|
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 |
|---|
| 2 | author: Masafumi Otsune |
|---|
| 3 | handle: http://www\.sciencedaily\.com/releases/[/\d]+\.htm |
|---|
| 4 | extract_xpath: |
|---|
| 5 | body: //div[@id="story"] |
|---|
| 6 | photo: //div[@id="photo"] |
|---|
| 7 | extract_after_hook: $data->{body} = $data->{photo} . $data->{body} |
|---|