NAME

WWW::Scraper::ISBN::LibUniverIt - Driver for WWW::Scraper::ISBN that searches http://www.libreriauniversitaria.it/, largely based on code by Angelo Lucia.

SYNOPSIS

See parent class documentation (WWW::Scraper::ISBN::Driver)

REQUIRES

Requires the following modules be installed:

WWW::Scraper::ISBN::Driver
HTML::Entities
LWP::UserAgent

DESCRIPTION

Searches for more complete book information from http://www.libreriauniversitaria.it

METHODS

search()

Searches for an ISBN on http://www.libreriauniversitaria.it/. If a valid result is returned the following fields are returned:

   isbn
   author
   title
   publisher
   date
   price
   pages
   series
   translator
   shelf

EXPORT

None by default.

SEE ALSO

WWW::Scraper::ISBN
WWW::Scraper::ISBN::Record
WWW::Scraper::ISBN::Driver

AUTHOR

Marco Ghezzi, <marcog at gmail.com>

ACKNOWLEDGEMENTS

Regex help from Marco Beri.

COPYRIGHT AND LICENSE

Copyright 2009 by Marco Ghezzi, most of the code originally written by Angelo Lucia.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.