窓の杜をPlaggerで全文取得する
- March 1st, 2007
- Posted in Uncategorized
- Write comment
Plaggerを使って窓の杜を全文取得する。
forest_impress.yaml
| author: labs.zsrv.net custom_feed_handle: http://www.forest.impress.co.jp custom_feed_follow_link: article/d{4}/d{2}/d{2}/.*?.html handle: http://www.forest.impress.co.jp extract: <!– 本文開始 –>(.*)<!– 本文終了 –> extract_capture: body |
※ UTF-8で保存すること
feeds.yaml
| global: assets_path: /usr/lib/perl5/site_perl/5.8.6/Plagger/assets timezone: Asia/Tokyo plugins: – module: Filter::Rule – module: Filter::EntryFullText – module: Filter::ResolveRelativeLink – module: Publish::Gmail |
Popularity: 1% [?]
No comments yet.