|
Revision 552, 0.6 kB
(checked in by yusukebe, 11 months ago)
|
|
motteke ERO YAML
|
| Line | |
|---|
| 1 | # http://www.exotica-xxx.com/list.php?category=8 |
|---|
| 2 | author: yuisukebe |
|---|
| 3 | custom_feed_handle: http://www\.exotica-xxx\.com/list\.php.*? |
|---|
| 4 | custom_feed_follow_link: ./movie/.*? |
|---|
| 5 | handle: http://www\.exotica-xxx\.com/movie/.*? |
|---|
| 6 | extract: <div id="contents">.*?<h2>(.*?)</h2>.*?class="movie_l"><img src="(.*?)".*?公開日.*?(\d{4}/\d{2}/\d{2})</td>.*?ジャンル.*?<td class="tright">(.*?)</td>.*?女優.*?<dd>(.*?)</dd>.*?コメント.*?<dd>(.*?)</dd> |
|---|
| 7 | extract_capture: title img date genre act body |
|---|
| 8 | extract_after_hook: | |
|---|
| 9 | $data->{act}=~ s/、/,/gs; |
|---|
| 10 | $data->{tags}= $data->{act}.",".$data->{genre}; |
|---|