『書物の迷宮』予告篇

思い出したように本を読み、本の読み方を思い出す

RSSは出力できたけど……

上記を参考にして勘で書いたyaml

author: Hazy-moon
match: http://www?.teslakite?.com/freemp3s/
extract: <a href="(http://teslakite.ham-radio-op.net:8080/freemp3s/[^"]*)"><font color="white">(.*?)</font>
extract_capture: link title
global:
  assets_path: /Users/example/plagger/assets
  timezone: Asia/Tokyo
  cache:
    base: /Users/example/plagger/temp/
  log:
    level: debug

plugins:
  - module: Subscription::Config
    config:
      feed:
        - url: http://www.teslakite.com/freemp3s/index.htm

  - module: CustomFeed::Config

  - module: Filter::FindEnclosures

  - module: Publish::Feed
    config:
       format: RSS
       dir:  /Users/example/Sites/Plagger/feed
       filename: hirasawa.rss

たぶん、色々適当。正規表現周りとかextract_captureの辺りとか。
さておき、一応RSSが出力されて、iTunesで読み込むことも出来たのだが……。
http://www.teslakite.com/freemp3s/index.htm
このページ経由でないと、mp3がダウンロードできない風味なことに今更気付く。う〜ん、なんとかズルできないかなぁ……。