public
Description: Download videos from nicovideo.jp
Homepage: http://search.cpan.org/dist/WWW-NicoVideo-Download
Clone URL: git://github.com/miyagawa/www-nicovideo-download.git
name age message
file .gitignore Fri Feb 13 15:05:31 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file .shipit Fri Feb 13 15:05:31 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file Changes Sun Dec 20 03:08:43 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file MANIFEST Sun Oct 26 17:00:39 -0700 2008 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file MANIFEST.SKIP Fri Feb 13 15:05:31 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file Makefile.PL Fri Feb 13 14:54:49 -0800 2009 use Any::Moose [Tatsuhiko Miyagawa]
file README Sun Oct 26 16:56:25 -0700 2008 import NicoVideo downloader with proxy CGI script [Tatsuhiko Miyagawa]
directory eg/ Sun Oct 26 16:56:25 -0700 2008 import NicoVideo downloader with proxy CGI script [Tatsuhiko Miyagawa]
directory lib/ Sun Dec 20 03:08:43 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
directory t/ Sun Oct 26 16:56:25 -0700 2008 import NicoVideo downloader with proxy CGI script [Tatsuhiko Miyagawa]
directory xt/ Sun Oct 26 16:56:25 -0700 2008 import NicoVideo downloader with proxy CGI script [Tatsuhiko Miyagawa]
README
This is Perl module WWW::NicoVideo::Download.

INSTALLATION

WWW::NicoVideo::Download installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan WWW::NicoVideo::Download

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

WWW::NicoVideo::Download documentation is available as in POD. So you can do:

    % perldoc WWW::NicoVideo::Download

to read the documentation online with your favorite pager.

Tatsuhiko Miyagawa