|
Revision 20328, 0.7 kB
(checked in by drry, 13 days ago)
|
- fixed and removed svn props.
|
| Line | |
|---|
| 1 | # http://www.ittele.tv/jp/movie.html?lw=all |
|---|
| 2 | # http://www.ittele.tv/rss/rss.rdf |
|---|
| 3 | author: yusukebe |
|---|
| 4 | custom_feed_handle: http://www\.ittele\.tv/jp/movie\.html\?lw=all |
|---|
| 5 | custom_feed_follow_link: download\.html\?videocode=.*? |
|---|
| 6 | handle: http://www\.ittele\.tv/jp/download\.html\?videocode=.*? |
|---|
| 7 | extract: <meta name="keywords" content="(.*?)".*?<!-- start 4 large thumbnails -->.*?<img src="(.*?)".*?Actress.*?<a href="movie.html\?actid=.*?">(.*?)</a>.*?(\d{4}/\d{2}/\d{2}).*?<span class="default_txt">(.*?)</span> |
|---|
| 8 | extract_capture: tags img act date body |
|---|
| 9 | extract_date_format: %Y/%m/%d |
|---|
| 10 | extract_after_hook: | |
|---|
| 11 | $data->{body}=~ s/<a href=.*?>(.*?)<\/a>/$1/g; |
|---|
| 12 | $data->{tags}= $data->{act} . "," . $data->{tags}; |
|---|
| 13 | |
|---|