# http://www.newplay-st.com/list.php?category=8
author: yusukebe
custom_feed_handle: http://www.newplay-st.com/list\.php.*?
custom_feed_follow_link: ./movie/movie\.php.*?
handle: http://www\.newplay-st\.com/movie/.*?
extract:
タイトル : (.*?).*?女優名 : (.*?).*?
(\d{4}年\d{2}月\d{2}日).*?ジャンル: (.*?) | .*?コメント :
(.*?)
extract_capture: img title act date genre body
extract_date_format: %Y年%m月%d日
extract_after_hook: |
$data->{img} = "http://www.newplay-st.com/movie" . $data->{img};
$data->{tags}= $data->{act}.",".$data->{genre};