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

Revision 550, 0.7 kB (checked in by yusukebe, 11 months ago)

motteke ERO YAML

Line 
1# http://www.1pondo.tv/home.htm
2author: yusukebe
3custom_feed_handle: http://www\.1pondo\.tv/home\.htm
4custom_feed_follow_link: http://www\.1pondo\.tv/moviepages/.*?\.htm
5handle: http://www\.1pondo\.tv/moviepages/.*?
6extract: <title>(.*?)</title>.*?<meta name="keywords" content="(.*?)".*?<meta name="description" content="(.*?)">.*?onClick.*?http://www\.1pondo\.tv/moviepages/(\d{6}_\d{3})/images/popu\.jpg
7extract_capture: titleact tags body date
8extract_date_format: %m%d%y
9extract_after_hook: |
10  ($data->{title} = $data->{titleact}) =~ s/.*?::\s//g;
11  my $regex = decode("utf-8","「.*?」");
12  ($data->{act} = $data->{title}) =~ s/$regex//;
13  $data->{img}= http://www.1pondo.tv/moviepages/". $data->{date} . "/images/popu.jpg";
Note: See TracBrowser for help on using the browser.