| WWW-BookBot documentation | view source | Contained in the WWW-BookBot distribution. |
WWW::BookBot::Chinese::Novel::ShuKu - Bot to fetch from http://www.shuku.net
use WWW::BookBot::Chinese::Novel::ShuKu;
my $bot=WWW::BookBot::Chinese::Novel::ShuKu->new({work_dir=>'/output'});
$bot->go_catalog({desc=>'畅销', cat1=>0, cat2=>1, pageno=>0});
bookbot --bot=shuku 畅销 0 1 0
bookbot --bot=shuku --desc=畅销 --cat1=0 --cat2=1 --pageno=0
bookbot --bot=shuku 畅销 0 1
bookbot --bot=shuku --desc=畅销 --cat1=0 --cat2=1
Bot to fetch from http://www.shuku.net
Bot to fetch from http://www.shuku.net
Description infomation for what to fetch.
畅销书籍 http://www.shuku.net/dblx/html/0/1-2-0.html cat1 -> http://www.shuku.net/dblx/html/[0]/1-2-0.html
畅销书籍 http://www.shuku.net/dblx/html/0/1-2-0.html cat2 -> http://www.shuku.net/dblx/html/0/[1]-2-0.html
pageno=0 first page pageno=1 second page ... if no pageno is set in bookbot command line, all pages will be fetched.
None by default.
Please report any requests, suggestions or bugs via http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-BookBot
Qing-Jie Zhou <qjzhou@hotmail.com>
WWW::BookBot, bookbot
| WWW-BookBot documentation | view source | Contained in the WWW-BookBot distribution. |