WWW::Scraper::ISBN::Yahoo_Driver is a search driver for Yahoo Books online catalog.
SYNOPSIS
See parent class documentation (WWW::Scraper::ISBN::Driver)
Searches for book information from the Yahoo Books online catalog.
METHODS
search()
Creates a query string, then passes the appropriate form fields to the Yahoo Books server.
The returned page should be the correct catalog page for that ISBN. If not the function returns zero and allows the next driver in the chain to have a go. If a valid page is returned, the following fields are returned via the book hash:
isbn
title
author
pubdate
publisher
book_link
image_link
thumb_link (same as image_link)
The book_link and image_link refer back to the Yahoo Books website.
Product's homepage
Requirements:
· Perl
· WWW::Scraper::ISBN::Yahoo_Driver
· WWW::Mechanize
· Template::Extract