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

Revision 20328, 506 bytes (checked in by drry, 13 days ago)
  • fixed and removed svn props.
Line 
1# http://www.10musume.com/home.html
2author: yusukebe
3custom_feed_handle: http://www\.10musume\.com/home\.html
4custom_feed_follow_link: moviepages/.*?\.html
5handle: http://www\.10musume\.com/moviepages/.*?
6extract: <img src="moviepages/(\d{6})(.*?)".*?名前:.*?<td width="125" scope="col">(.*?)</td>.*?<textarea.*?>(.*?)</textarea>
7extract_capture: date img act body
8extract_date_format: %m%d%y
9extract_after_hook: |
10  $data->{img} = "http://www.10musume.com/moviepages/" . $data->{date} . $data->{img};
Note: See TracBrowser for help on using the browser.