Changeset 606
- Timestamp:
- 04/16/06 17:13:38
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/assets/plugins/Filter-EntryFullText/bbc.yaml
r605 r606 2 2 author: Manabu Ishii 3 3 handle: http://news\.bbc\.co\.uk/ 4 extract: <div class="sh">(.*?)</div>.*?<!-- S SF-->(.*?)<!-- E BO -->4 extract: <div class="sh">(.*?)</div>.*?<!-- S BO -->(.*?)<!-- E BO --> 5 5 extract_capture: title body trunk/plagger/assets/plugins/Filter-EntryFullText/nytimes.yaml
r605 r606 2 2 author: Manabu Ishii 3 3 handle: http://www\.nytimes\.com/ 4 extract: < h1>.*?<NYT_HEADLINE.*?>(.*?)</NYT_HEADLINE>.*?</h1>.*?(<NYT_BYLINE.*?)<!--related blogs promo end -->4 extract: <div id="article">[^<]*?<h1>[^<]*?<NYT_HEADLINE[^>]*?>(.*?)</NYT_HEADLINE>[^<]*?</h1>.*?(<NYT_BYLINE.*?)<!--related blogs promo end --> 5 5 extract_capture: title body
