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

Revision 552, 0.5 kB (checked in by yusukebe, 11 months ago)

motteke ERO YAML

Line 
1# http://www.smooth-movie.com/jp/download.html?videocode=
2author: yusukebe
3handle: http://www\.smooth-movie\.com/jp/download\.html\?videocode=
4extract: alt="女優".*?<a href="movie.html\?actid=.*?">(.*?)</a>.*?alt="登録日".*?">(\d{4}/\d{2}/\d{2})\(.*?<p class="dotted_line"></p>.*?<img src="(http://video.*?\.smooth-movie.com/video/.*?\.jpg)".*?<p class="dotted_line"></p>(.*?)<p class="dotted_line"></p>
5extract_capture: act date img body
6extract_after_hook: |
7  $data->{body}=~ s/<a href=.*?>(.*?)<\/a>/$1/g;
8
Note: See TracBrowser for help on using the browser.