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

Revision 20328, 0.7 kB (checked in by drry, 12 days ago)
  • fixed and removed svn props.
Line 
1# http://www.sexyrose.tv/list.php?category=12
2author: yusukebe
3custom_feed_handle: http://www\.sexyrose\.tv/list\.php.*?
4custom_feed_follow_link: http://www\.sexyrose\.tv/.*?/movie/.*?\.html
5handle: http://www\.sexyrose\.tv/.*?/movie/.*?
6#extract: <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: <p class="movie_title">(.*?)</p>.*?<p class="movie_screen01"><img src="(.*?)".*?女優名(.*?)<br />.*?公開日.*?(\d{4}\.\d{2}\.\d{2}).*?<p class="mt5">(.*?)</p>
8extract_capture: title img act date body
9extract_after_hook: |
10  $data->{act}=~ s/<a href=.*?>(.*?)<\/a>/$1/g;
Note: See TracBrowser for help on using the browser.