package PDAScraper::YahooTV; # PDAScraper.pm rules for scraping the # Yahoo TV website sub config { return { name => 'Yahoo TV', start_from => 'http://news.yahoo.com/i/763', chunk_spec => [ "_tag", "div", "id", "indexstories" ], url_regex => [ '/[^/]*$', '&printer=1' ] }; } 1;