# http://duga.jp/ # act is not set yet... author: yusukebe custom_feed_handle: http://duga\.jp/.*? custom_feed_follow_link: http://duga\.jp/*.?/(ppv|month)/.*?\d{4}/ handle: http://duga\.jp/*.?/(ppv|month)/.*?\d{4}/ extract: (.*?).*?
(.*?)
.*?カテゴリ.*?(.*?)
extract_capture: body title img label date category extract_date_format: %y年%m月%d日 extract_after_hook: | $data->{category} =~ s/(.*?)<\/a>/$1/g; $data->{category} =~ s/>/,/g; $data->{tags} = $data->{category} . "," . $data->{label}