|
Revision 20328, 0.5 kB
(checked in by drry, 10 days ago)
|
- fixed and removed svn props.
|
| Line | |
|---|
| 1 | # http://www.tora-tora-tora.com/(ppv|monthly/tora)/detail/index.php?id=\d+ |
|---|
| 2 | author: yusukebe |
|---|
| 3 | handle: http://www\.tora-tora-tora\.com/(ppv|monthly/tora)/detail/index\.php\?id=\d+ |
|---|
| 4 | extract: <meta name="keywords" content="(.*?)".*?<img src="(http://vod.tora-tora-tora.com/av/images/movie/\d+/bfile1.jpg)".*?<div class="m_mainframe1_center".*?">(.*?)</div> |
|---|
| 5 | extract_capture: tags img body |
|---|
| 6 | extract_after_hook: | |
|---|
| 7 | my @tags_arr = split(",",$data->{tags}); |
|---|
| 8 | $data->{tags} = join(',',@tags_arr[0..2]); |
|---|
| 9 | $data->{act}= $tags_arr[0]; |
|---|