Skip Menu |

This queue is for tickets about the WWW-Search-EBayGlobal CPAN distribution.

Report information
The Basics
Id: 12980
Status: open
Priority: 0/
Queue: WWW-Search-EBayGlobal

People
Owner: Nobody in particular
Requestors: m [...] perlmeister.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: No results for ebay.de
Looks like results from the "de" server aren't scraped correctly: use WWW::Search; my $oSearch = new WWW::Search('EBayGlobal'); my $sQuery = WWW::Search::escape_query("Nikon"); $oSearch->native_query($sQuery, { ebay_site => "de"} ); while (my $oResult = $oSearch->next_result()) { print $oResult->url, "\n"; } Also, the regression test suite fails during installation. Guess it's not easy to keep the scraper up to date ;).
On Sat May 28 09:45:09 2005, MSCHILLI wrote: Show quoted text
> Looks like results from the "de" server aren't scraped correctly: > > use WWW::Search; > > my $oSearch = new WWW::Search('EBayGlobal'); > my $sQuery = WWW::Search::escape_query("Nikon"); > > $oSearch->native_query($sQuery, { ebay_site => "de"} ); > > while (my $oResult = $oSearch->next_result()) { > print $oResult->url, "\n"; > } > > Also, the regression test suite fails during installation. Guess it's > not easy to keep the scraper up to date ;).