|
Revision 20328, 506 bytes
(checked in by drry, 13 days ago)
|
- fixed and removed svn props.
|
| Line | |
|---|
| 1 | # http://www.10musume.com/home.html |
|---|
| 2 | author: yusukebe |
|---|
| 3 | custom_feed_handle: http://www\.10musume\.com/home\.html |
|---|
| 4 | custom_feed_follow_link: moviepages/.*?\.html |
|---|
| 5 | handle: http://www\.10musume\.com/moviepages/.*? |
|---|
| 6 | extract: <img src="moviepages/(\d{6})(.*?)".*?名前:.*?<td width="125" scope="col">(.*?)</td>.*?<textarea.*?>(.*?)</textarea> |
|---|
| 7 | extract_capture: date img act body |
|---|
| 8 | extract_date_format: %m%d%y |
|---|
| 9 | extract_after_hook: | |
|---|
| 10 | $data->{img} = "http://www.10musume.com/moviepages/" . $data->{date} . $data->{img}; |
|---|