WWW::Search::Yahoo::TV::Echostar is a Perl backend for searching tv.yahoo.com
SYNOPSIS
use WWW::Search;
my $oSearch = new WWW::Search('Yahoo::TV::Echostar');
my $sQuery = WWW::Search::escape_query("Bai Ling");
$oSearch->native_query($sQuery);
while (my $oResult = $oSearch->next_result())
print $oResult->url, "n";
This class is a Yahoo specialization of WWW::Search. It handles making and interpreting Yahoo TV searches http://tv.yahoo.com.
NOTES
This backend does a basic keyword search against the Echostar (Dish Network) East Coast channel lineup. The query is a set of words (phrase searching is not supported at tv.yahoo.com). By default, the query terms are ORed and applied to all available fields (title, subtitle, description, and cast/crew). See below for how to do Advanced search on these fields individually.
Product's homepage
Requirements:
· Perl