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