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

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

motteke ERO YAML

Line 
1# http://www.exotica-xxx.com/list.php?category=8
2author: yuisukebe
3custom_feed_handle: http://www\.exotica-xxx\.com/list\.php.*?
4custom_feed_follow_link: ./movie/.*?
5handle: http://www\.exotica-xxx\.com/movie/.*?
6extract: <div id="contents">.*?<h2>(.*?)</h2>.*?class="movie_l"><img src="(.*?)".*?公開日.*?(\d{4}/\d{2}/\d{2})</td>.*?ジャンル.*?<td class="tright">(.*?)</td>.*?女優.*?<dd>(.*?)</dd>.*?コメント.*?<dd>(.*?)</dd>
7extract_capture: title img date genre act body
8extract_after_hook: |
9  $data->{act}=~ s/、/,/gs;
10  $data->{tags}= $data->{act}.",".$data->{genre};
Note: See TracBrowser for help on using the browser.