## # radio_lantis_new.yaml ## ## Lantis web radioの番組一覧ページから、番組タイトルを取得し、 ## 一度取得したタイトルを次回以降表示させないことで、新着だけを取得していきます。 ## 注:「アキバチック天国」については、更新されるような箇所が無かったため、最新回を取得できません。 ## ## ## ダウンロード ## ## http://bmky.net/product/pragger/#web_radio_new ## ## ## 更新履歴 ## ## 2008/05/31 ## : set_dateで日付を固定して、リーダー側でキャッシュさせるようにした ## ## 2008/05/01 ## : リリース # 取得するページのURL - module: const_list config: - http://lantis-net.com/ # HTMLを取得 - module: Filter::get_html # HTMLからRSSに - module: myplugin::RSS::html2feed config: capture: 各番組の詳細はバナーをクリック!(.*?)関連番組 split:
(.*?)\s*

\s*
title:

]*?>([\s\S]*?

([\s\S]*?[\s\S]*?|\r|\n" to: "" element: title - module: myplugin::RSS::elem_subs config: regex: "| " to: " " element: title # 保存 - module: RSS::save config: title: Lantis web radio link: Lantis web radio filename: temp/radio_lantis_new1.rdf # 空にする - module: myplugin::empty # 取得するページのURL - module: const_list config: - http://lantis-net.com/ # HTMLを取得 - module: Filter::get_html # HTMLからRSSに - module: myplugin::RSS::html2feed config: capture: 各番組の詳細はバナーをクリック!(.*?)関連番組 split:
(.*?)\s*

\s*
title:

]*?>(.*?

([\s\S]*?[\s\S]*?|\r|\n" to: "" element: title - module: myplugin::RSS::elem_subs config: regex: "| " to: " " element: title # 保存 - module: RSS::save config: title: Lantis web radio link: Lantis web radio filename: temp/radio_lantis_new2.rdf ## rdfを統合 - module: RSS::load config: url: - temp/radio_lantis_new1.rdf - temp/radio_lantis_new2.rdf # 保存 - module: RSS::save config: title: Lantis web radio 新番組 link: http://lantis-net.com/ filename: temp/radio_lantis_new.rdf