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

Revision 20328, 0.5 kB (checked in by drry, 10 days ago)
  • fixed and removed svn props.
Line 
1# http://www.tora-tora-tora.com/(ppv|monthly/tora)/detail/index.php?id=\d+
2author: yusukebe
3handle: http://www\.tora-tora-tora\.com/(ppv|monthly/tora)/detail/index\.php\?id=\d+
4extract: <meta name="keywords" content="(.*?)".*?<img src="(http://vod.tora-tora-tora.com/av/images/movie/\d+/bfile1.jpg)".*?<div class="m_mainframe1_center".*?">(.*?)</div>
5extract_capture: tags img body
6extract_after_hook: |
7  my @tags_arr = split(",",$data->{tags});
8  $data->{tags} = join(',',@tags_arr[0..2]);
9  $data->{act}= $tags_arr[0];
Note: See TracBrowser for help on using the browser.