## # radio_onsen_new.yaml ## ## 音泉の番組一覧ページから、番組タイトルを取得し、 ## 一度取得したタイトルを次回以降表示させないことで、新着だけを取得していきます。 ## ## ## ダウンロード ## ## http://bmky.net/product/pragger/#web_radio_new ## ## ## 更新履歴 ## ## 2008/07/18 ## : 仕様変更に対応 ## ## 2008/05/31 ## : set_dateで日付を固定して、リーダー側でキャッシュさせるようにした ## ## 2008/05/01 ## : リリース # HTMLからRSSに - module: myplugin::RSS::html2feed config: url: http://www.onsen.ag/index2.html capture: ■月曜日(.*?)
split: \t(.*?)最新配信分を聴く" />\s*\s*\s* title: width:450px;">\s*([\s\S]*?) link:
date: description: (^) - module: myplugin::RSS::elem_subs config: element: title regex: <[^>]+> to: "" - module: myplugin::RSS::elem_subs config: element: title regex: \s to: "" - module: myplugin::RSS::elem_subs config: element: link regex: index2\.html to: "" # 日付をセット - module: myplugin::RSS::set_date config: date: 2008-01-01T00:00:00 # RSSとして保存 - module: RSS::save config: title: インターネットラジオステーション<音泉> 新番組 about: http://onsen.ag/ description: インターネットラジオステーション<音泉> 新番組 link: http://onsen.ag/ filename: temp/radio_onsen_new.rdf