|
Revision 1010, 383 bytes
(checked in by otsune, 11 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 | # http://www.vim.org/ |
|---|
| 2 | author: Masafumi Otsune |
|---|
| 3 | custom_feed_handle: http://www\.vim\.org/scripts/index\.php |
|---|
| 4 | custom_feed_follow_link: /script\.php\?script_id=\d+ |
|---|
| 5 | handle: http://www\.vim\.org/scripts/script\.php\?script_id=\d+ |
|---|
| 6 | extract_xpath: |
|---|
| 7 | body: //span[@class="txth1"]/../p |
|---|
| 8 | date: //tr[@class='tableheader']/../tr[2]/td[3]/i |
|---|
| 9 | extract_date_format: %Y-%m-%d |
|---|
| 10 | extract_date_timezone: UTC |
|---|