|
Revision 20328, 0.6 kB
(checked in by drry, 7 days ago)
|
- fixed and removed svn props.
|
| Line | |
|---|
| 1 | # http://www.cutie82.com/list.php?category=10 |
|---|
| 2 | author: yusukebe |
|---|
| 3 | custom_feed_handle: http://www\.cutie82\.com/list\.php.*? |
|---|
| 4 | custom_feed_follow_link: ../movie/.*? |
|---|
| 5 | handle: http://www\.cutie82\.com/movie/.*? |
|---|
| 6 | extract: <meta name="keywords" content="(.*?)".*?<strong><div class="mt4">(.*?)</div>.*?img/movie-gamenT_4.jpg" align="center"><img src="(.*?)".*?女優名:(.*?)<br>.*?公開日:(.*?)<br>.*?コメント:<br>(.*?)</td> |
|---|
| 7 | extract_capture: tags title img act date body |
|---|
| 8 | extract_date_format: %Y-%m-%d |
|---|
| 9 | extract_after_hook: | |
|---|
| 10 | $data->{img} =~ s/..//; |
|---|
| 11 | $data->{img} = "http://www.cutie82.com" . $data->{img}; |
|---|
| 12 | $data->{act} =~ s/<a.*?>(.*?)<\/a>/$1/g; |
|---|
| 13 | |
|---|