|
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= |
|---|
| 2 | author: yusukebe |
|---|
| 3 | handle: http://www\.smooth-movie\.com/jp/download\.html\?videocode= |
|---|
| 4 | extract: 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> |
|---|
| 5 | extract_capture: act date img body |
|---|
| 6 | extract_after_hook: | |
|---|
| 7 | $data->{body}=~ s/<a href=.*?>(.*?)<\/a>/$1/g; |
|---|
| 8 | |
|---|