## # radio_animatetv_new.yaml ## ## アニメイトTV Webラジオの番組一覧ページから、番組タイトルを取得し、 ## 一度取得したタイトルを次回以降表示させないことで、新着だけを取得していきます。 ## ## ## ダウンロード ## ## http://bmky.net/product/pragger/#web_radio_new ## ## ## 更新履歴 ## ## 2008/05/31 ## : set_dateで日付を固定して、リーダー側でキャッシュさせるようにした ## ## 2008/05/01 ## : リリース # 取得するページのURL - module: const_list config: - http://www.animate.tv/pv/listtxt_g.php # HTMLを取得 - module: Filter::get_html # HTMLからRSSに - module: myplugin::RSS::html2feed config: capture: Webラジオ・TV一覧(.*?)Webアニメ一覧 split: gif">([^\n]*?)
title: >([^<]*?)< link: (^) date: (^) description: (^) # 日付をセット - module: myplugin::RSS::set_date config: date: 2008-01-01T00:00:00 # RSSとして保存 - module: RSS::save config: title: アニメイトTV Webラジオ 新番組 link: http://www.animate.tv/pv/listtxt_g.php filename: temp/radio_animatetv_new.rdf