Changeset 1812
- Timestamp:
- 11/01/06 19:03:23
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/assets/plugins/Filter-EntryFullText/slashdot_jp.yaml
r515 r1812 2 2 author: Tatsuhiko Miyagawa 3 3 handle: http://slashdot.jp/.*?article\.pl\? 4 extract: (<div class="intro text">.*?</div>).*?(<div class="bodytext">.*?</div>)?4 extract: (<div class="intro">.*?</div>).*?(<div class="bodytext">.*?</div>)? 5 5 extract_capture: body more 6 6 extract_after_hook: $data->{body} .= $data->{more} if $data->{more} trunk/plagger/t/plugins/Filter-EntryFullText/slashdot.t
r1332 r1812 21 21 - title: Slashdot.jp 22 22 link: http://slashdot.jp/article.pl?sid=06/08/14/1941259 23 - title: foo 24 link: http://slashdot.jp/developers/article.pl?sid=06/10/31/0418208 23 25 - module: Filter::EntryFullText 24 26 --- expected 25 27 ok $context->update->feeds->[0]->entries->[0]->body; 28 ok $context->update->feeds->[0]->entries->[1]->body; 26 29
