|
Revision 552, 0.6 kB
(checked in by yusukebe, 11 months ago)
|
|
motteke ERO YAML
|
| Line | |
|---|
| 1 | # http://www.eroerooyaji.com/ |
|---|
| 2 | author: yusukebe |
|---|
| 3 | custom_feed_handle: http://www.eroerooyaji.com/.*? |
|---|
| 4 | custom_feed_follow_link: http://www.eroerooyaji.com/movie/movie\d{4}\.html |
|---|
| 5 | handle: http://www.eroerooyaji.com/movie/movie\d{4}\.html |
|---|
| 6 | extract: ジャンル</strong>:</span>(.*?)</td>.*?<!-- movie_id (.*?) -->.*?<!-- act (.*?) -->.*?<!-- title (.*?) -->.*?<!-- date (\d{4}/\d{2}/\d{2}) -->.*?<!-- comment (.*?) --> |
|---|
| 7 | extract_capture: genre id act title date body |
|---|
| 8 | extract_after_hook: | |
|---|
| 9 | $data->{img}= "http://www.eroerooyaji.com/movie/image/". $data->{id} . "/movie_thumb.jpg"; |
|---|
| 10 | $data->{tags} = $data->{act} . "," . $data->{genre}; |
|---|