root/lang/perl/plagger/assets/plugins/Filter-EntryFullText/sciencedaily_com.yaml

Revision 1010, 276 bytes (checked in by otsune, 10 months ago)

plagger/assets/plugins/Filter-EntryFullText/nihonshokken_co_jp_today.yaml ,
plagger/assets/plugins/Filter-EntryFullText/sciencedaily_com.yaml ,
plagger/assets/plugins/Filter-EntryFullText/vim_org_scripts.yaml : Add EFT

Line 
1# upgrade http://www.sciencedaily.com/rss/newsfeed.xml
2author: Masafumi Otsune
3handle: http://www\.sciencedaily\.com/releases/[/\d]+\.htm
4extract_xpath:
5  body: //div[@id="story"]
6  photo: //div[@id="photo"]
7extract_after_hook: $data->{body} = $data->{photo} . $data->{body}
Note: See TracBrowser for help on using the browser.