NAME
WWW::Scraper::ISBN::Siciliano_Driver - Search driver for Siciliano's online catalog.
SYNOPSIS
See parent class documentation (WWW::Scraper::ISBN::Driver).
DESCRIPTION
Searches for book information from the Siciliano's online catalog (http://www.siciliano.com.br).
METHODS
search()
-
Creates a query string, then passes the appropriate form fields to the Siciliano 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 author title book_link image_link pubdate publisher price thumb_link
The book_link and image_link refer back to the Siciliano's website.
REQUIRES
Requires the following modules be installed:
SEE ALSO
AUTHOR
Joenio Costa, <joenio@perl.org.br>
DND/JaCotei, <http://www.jacotei.com.br>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Joenio Costa
This library is free software; you can redistribute it and/or modify it under the same terms of GNU GPL.