## # radio_onsen_dl.yaml ## ## 音泉の番組ページから最新の放送を取得します。 ## ## ## ダウンロード ## ## http://bmky.net/product/pragger/#web_radio_dl ## ## ## 番組指定方法 ## ## elem_grepにて、取得したい番組タイトルを指定してください。 ## ## - module: myplugin::RSS::elem_grep ## config: ## regex: "ラジオタイトル|ほげほげ" ## element: title ## ## ## 更新履歴 ## ## 2008/11/17 ## : MPlayerへのパスを追加 ## ## 2008/09/20 ## : 仕様変更に対応 ## ## 2008/07/18 ## : 仕様変更に対応 ## ## 2008/05/01 ## : リリース # HTMLからRSSに - module: myplugin::RSS::html2feed config: url: http://www.onsen.ag/index2.html capture: ■月曜日(.*?)
split: \t([\s\S]*?)最新配信分を聴く" />\s* title: (?:| 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: Filter::grep config: regex: "" # URLでキャッシュ - module: myplugin::RSS::elem_cache config: cachefile: cache/radio_onsen_dl_cache.yaml element: link # ラジオをダウンロード - module: myplugin::download_radio config: app_mp: C:\MPlayer\mplayer.exe app_nt: C:\NetTransport 2\NetTransport.exe asxdir: asx/ savedir: C:\radio\