フードリンクニュースやじうま速報

※2009/01/22変更あり。→参考記事

#フードリンクニュースやじうま速報
author: naokii35
custom_feed_handle: http://www.foodrink.co.jp/
custom_feed_follow_link: yajiuma/yajiuma\d{6}.php
handle: http://www.foodrink.co.jp/yajiuma/yajiuma\d{6}.php
extract_xpath:
  title: // title/text()
  body: // div[@class="bncont"]
extract_after_hook: |
  $data->{body} =~ s/h1/h3/g;
  $data->{body} =~ s/#0000FF/#000000/g;
                                                  • -

初めてextract_after_hook: を使ってみた。