|
Revision 20328, 0.6 kB
(checked in by drry, 12 days ago)
|
- fixed and removed svn props.
|
| Line | |
|---|
| 1 | # http://www.ademusume.com/list.php?category=10 |
|---|
| 2 | author: yusukebe |
|---|
| 3 | custom_feed_handle: http://www\.ademusume\.com/list\.php.*? |
|---|
| 4 | custom_feed_follow_link: ./movie/movie\.php.*? |
|---|
| 5 | handle: http://www\.ademusume\.com/movie/.*? |
|---|
| 6 | extract: <img src=".(/image/.*?/movie_thumb.jpg)".*?</span>タイトル:(.*?)</td>.*?</span>女優名:(.*?)</td>.*?</span>ジャンル:(.*?)</td>.*?(\d{4}/\d{2}/\d{2})</td>.*?コメント:<br>(.*?)</td> |
|---|
| 7 | extract_capture: img title act genre date body |
|---|
| 8 | extract_date_format: %Y/%m/%d |
|---|
| 9 | extract_after_hook: | |
|---|
| 10 | $data->{img} = "http://www.ademusume.com/movie" . $data->{img}; |
|---|
| 11 | $data->{tags}= $data->{act}.",".$data->{genre}; |
|---|
| 12 | |
|---|