|
Revision 651
(checked in by kazeburo, 2 years ago)
|
add ascii24.com, rbbtoday.com, impress.co.jp upgrader
|
| Line | |
|---|
| 1 |
author: kazeburo |
|---|
| 2 |
custom_feed_handle: http://ascii24\.com/news/$ |
|---|
| 3 |
custom_feed_follow_link: /news/i/\w+/article/\d{4}/\d\d/\d\d/\d{6|-\d{3}\.html |
|---|
| 4 |
handle: http://ascii24\.com/news/i/\w+/article/\d{4}/\d\d/\d\d/\d{6|-\d{3}\.html |
|---|
| 5 |
extract: <!--%%document_title:begin-->.*?<H1>(.*?)</H1>.*?<!--%%document_date:begin-->.*?<SMALL>.*?(\d{4}年\d+月\d+日).*?</SMALL>.*?<!--%%document_date:end-->(.*?)<!--%%(?:signature|page_navigation):end--> |
|---|
| 6 |
extract_capture: title date body |
|---|
| 7 |
extract_date_format: %Y年%m月%d日 |
|---|
| 8 |
|
|---|