NAME

WWW::Search::Ebay::DE - backend for searching auctions at www.ebay.de

SYNOPSIS

use WWW::Search;
my $oSearch = new WWW::Search('Ebay::DE');
my $sQuery = WWW::Search::escape_query("Yakface");
$oSearch->native_query($sQuery);
while (my $oResult = $oSearch->next_result())
  { print $oResult->url, "\n"; }

DESCRIPTION

Acts just like WWW::Search::Ebay.

AUTHOR

Martin 'Kingpin' Thurn, mthurn at cpan.org, http://tinyurl.com/nn67z.

preprocess_results_page

Tweak the HTML to make it easy to parse