Changeset 642
- Timestamp:
- 04/22/06 02:46:52
- Files:
-
- trunk/plagger/assets/plugins/Filter-EntryFullText/arstechnica.yaml (added)
- trunk/plagger/assets/plugins/Filter-EntryFullText/searchenginejournal.yaml (added)
- trunk/plagger/assets/plugins/Filter-EntryFullText/theregister.yaml (modified) (1 diff)
- trunk/plagger/assets/plugins/Filter-EntryFullText/yakult.yaml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/assets/plugins/Filter-EntryFullText/theregister.yaml
r632 r642 1 1 # the register 2 2 author: Manabu Ishii 3 handle_force: .*? (http://www\.theregister\.co|http://www\.regdeveloper\.co|http://www\.reghardware\.co|http://www\.channelregister\.co)4 extract: <div id="Article" >.*?</div><h2>(.*?)</h2>(.*?)(?:<div class="(?:IconsBtm|relatedBox)">|<table id="(?:RelatedStuff|ArticleFooterTable)">)3 handle_force: .*?http://www\.(theregister|regdeveloper|reghardware|channelregister)\.co 4 extract: <div id="Article"[^>]*?>.*?(?:</div>)?<h2>(.*?)</h2>(.*?)(?:<div class="(?:IconsBtm|relatedBox)">|<table id="(?:RelatedStuff|ArticleFooterTable)">) 5 5 extract_capture: title body
