## # radio_medifac_dl.yaml ## ## メディファクラジオの番組ページから最新の放送を取得します。 ## ## ## ダウンロード ## ## http://bmky.net/product/pragger/#web_radio_dl ## ## ## 番組指定方法 ## ## const_listに取得したい番組のページを列挙してください。 ## ## - module: const_list ## config: ## - http://www.mediafactory.co.jp/animation/xxx/yyy/zzzzz.html ## - http://www.mediafactory.co.jp/animation/xxx/yyy/zzzzz.html ## - http://www.mediafactory.co.jp/animation/xxx/yyy/zzzzz.html ## ## ## 更新履歴 ## ## 2008/05/01 ## : リリース # 取得するページのURL - module: const_list config: - http://www.mediafactory.co.jp/animation/016/001/16154.html # ゼロの使い魔 on the radio # HTMLを取得 - module: Filter::get_html # HTMLからRSSに - module: myplugin::RSS::html2feed config: capture:
(.*?) split:
  • (.*?)
  • title: >([^<]*?)< link: prefix:

    (.*?

    ) date: (^) description: (^) # titleのゴミを取る - module: myplugin::RSS::elem_subs config: element: title regex: to: ": " # タイトルでキャッシュ - module: myplugin::RSS::elem_cache config: cachefile: cache/radio_medifac_dl_cache.yaml element: title # ラジオをダウンロード - module: myplugin::download_radio config: app: C:\NetTransport 2\NetTransport.exe asxdir: asx/ savedir: C:\radio\