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

Revision 20328, 0.7 kB (checked in by drry, 13 days ago)
  • fixed and removed svn props.
Line 
1# http://www.ittele.tv/jp/movie.html?lw=all
2# http://www.ittele.tv/rss/rss.rdf
3author: yusukebe
4custom_feed_handle: http://www\.ittele\.tv/jp/movie\.html\?lw=all
5custom_feed_follow_link: download\.html\?videocode=.*?
6handle: http://www\.ittele\.tv/jp/download\.html\?videocode=.*?
7extract: <meta name="keywords" content="(.*?)".*?<!-- start 4 large thumbnails -->.*?<img src="(.*?)".*?Actress.*?<a href="movie.html\?actid=.*?">(.*?)</a>.*?(\d{4}/\d{2}/\d{2}).*?<span class="default_txt">(.*?)</span>
8extract_capture: tags img act date body
9extract_date_format: %Y/%m/%d
10extract_after_hook: |
11  $data->{body}=~ s/<a href=.*?>(.*?)<\/a>/$1/g;
12  $data->{tags}= $data->{act} . "," . $data->{tags};
13
Note: See TracBrowser for help on using the browser.