WWW::Scraper::ISBN::TWTenlong_Driver - Search driver for TWTenlong's online catalog.


WWW-Scraper-ISBN-TWTenlong_Driver documentation  | view source Contained in the WWW-Scraper-ISBN-TWTenlong_Driver distribution.

Index


NAME

Top

WWW::Scraper::ISBN::TWTenlong_Driver - Search driver for TWTenlong's online catalog.

SYNOPSIS

Top

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

DESCRIPTION

Top

Searches for book information from the TWTenlong's online catalog.

METHODS

Top

search()

Creates a query string, then passes the appropriate form fields to the Tenlong 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
  pages
  book_link
  image_link
  pubdate
  publisher
  price_list
  price_sell

The book_link and image_link refer back to the Tenlong website.

REQUIRES

Top

Requires the following modules be installed:

WWW::Scraper::ISBN::Driver, WWW::Mechanize, Template::Extract

SEE ALSO

Top

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

AUTHOR

Top

Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>

COPYRIGHT

Top


WWW-Scraper-ISBN-TWTenlong_Driver documentation  | view source Contained in the WWW-Scraper-ISBN-TWTenlong_Driver distribution.