NAME
WWW::Search::Yahoo::TV::Echostar - 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";
DESCRIPTION
This class is a Yahoo specialization of WWW::Search. It handles making and interpreting Yahoo TV searches http://tv.yahoo.com.
This class exports no public interface; all interaction should be done through WWW::Search objects.
NOTES
This backend does a basic keyword search against the Echostar (Dish Network) East Coast channel lineup.
SEE ALSO
To make new back-ends, see WWW::Search.
BUGS
Please tell the author if you find any!
AUTHOR
Martin Thurn mthurn@cpan.org
LEGALESE
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.