root/lang/perl/plagger/assets/plugins/Filter-EntryFullText/eroerooyaji.yaml

Revision 552, 0.6 kB (checked in by yusukebe, 11 months ago)

motteke ERO YAML

Line 
1# http://www.eroerooyaji.com/
2author: yusukebe
3custom_feed_handle: http://www.eroerooyaji.com/.*?
4custom_feed_follow_link: http://www.eroerooyaji.com/movie/movie\d{4}\.html
5handle: http://www.eroerooyaji.com/movie/movie\d{4}\.html
6extract: ジャンル</strong>:</span>(.*?)</td>.*?<!-- movie_id (.*?) -->.*?<!-- act (.*?) -->.*?<!-- title (.*?) -->.*?<!-- date (\d{4}/\d{2}/\d{2}) -->.*?<!-- comment (.*?) -->
7extract_capture: genre id act title date body
8extract_after_hook: |
9  $data->{img}= "http://www.eroerooyaji.com/movie/image/". $data->{id} . "/movie_thumb.jpg";
10  $data->{tags} = $data->{act} . "," . $data->{genre};
Note: See TracBrowser for help on using the browser.