NAME
WWW::BookBot - Bot to fetch web e-texts with catalog, books and chapters.
SYNOPSIS
use WWW::BookBot::Chinese::Novel::DragonSky;
my $bot=WWW::BookBot::Chinese::Novel::DragonSky->new({work_dir=>'/output'});
$bot->go_catalog({});
use WWW::BookBot::Chinese::Novel::ShuKu;
my $bot=WWW::BookBot::Chinese::Novel::ShuKu->new({});
$bot->go_catalog({desc=>'NewNovel', cat1=>0, cat2=>1, pageno=>0});
ABSTRACT
bot to fetch web e-texts with catalog, books and chapters.
DESCRIPTION
Virtual classes of bot to fetch web e-texts with catalog, books and chapters.
to be added.
EXPORT
None by default.
BUGS, REQUESTS, COMMENTS
Please report any requests, suggestions or bugs via http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-BookBot
AUTHOR
Qing-Jie Zhou <qjzhou@hotmail.com>