The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::BookBot::Chinese::Novel::ShuKu - Bot to fetch from http://www.shuku.net

SYNOPSIS

  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

ABSTRACT

Bot to fetch from http://www.shuku.net

DESCRIPTION

Bot to fetch from http://www.shuku.net

desc

  Description infomation for what to fetch.

cat1

  ³©ÏúÊé¼® http://www.shuku.net/dblx/html/0/1-2-0.html
  cat1 -> http://www.shuku.net/dblx/html/[0]/1-2-0.html

cat2

  ³©ÏúÊé¼® http://www.shuku.net/dblx/html/0/1-2-0.html
  cat2 -> http://www.shuku.net/dblx/html/0/[1]-2-0.html

pageno

  pageno=0      first page
  pageno=1      second page
  ...
  if no pageno is set in bookbot command line, all pages will be fetched.

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>

SEE ALSO

WWW::BookBot, bookbot

1 POD Error

The following errors were encountered while parsing the POD:

Around line 104:

Non-ASCII character seen before =encoding in '$bot->go_catalog({desc=>'³©Ïú','. Assuming CP1252