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

Revision 20328, 0.6 kB (checked in by drry, 7 days ago)
  • fixed and removed svn props.
Line 
1# http://www.cutie82.com/list.php?category=10
2author: yusukebe
3custom_feed_handle: http://www\.cutie82\.com/list\.php.*?
4custom_feed_follow_link: ../movie/.*?
5handle: http://www\.cutie82\.com/movie/.*?
6extract: <meta name="keywords" content="(.*?)".*?<strong><div class="mt4">(.*?)</div>.*?img/movie-gamenT_4.jpg" align="center"><img src="(.*?)".*?女優名:(.*?)<br>.*?公開日:(.*?)<br>.*?コメント:<br>(.*?)</td>
7extract_capture: tags title img act date body
8extract_date_format: %Y-%m-%d
9extract_after_hook: |
10  $data->{img} =~ s/..//;
11  $data->{img} = "http://www.cutie82.com" . $data->{img};
12  $data->{act} =~ s/<a.*?>(.*?)<\/a>/$1/g;
13
Note: See TracBrowser for help on using the browser.