Changeset 2008 for lang/perl/WWW-NicoVideo
- Timestamp:
- 11/25/07 23:35:24 (14 months ago)
- Location:
- lang/perl/WWW-NicoVideo/trunk
- Files:
-
- 6 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
examples/ritsuko.pl (modified) (1 diff)
-
lib/WWW/NicoVideo.pm (modified) (3 diffs)
-
lib/WWW/NicoVideo/Scraper.pm (modified) (1 diff)
-
lib/WWW/NicoVideo/URL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WWW-NicoVideo/trunk/Changes
r1752 r2008 1 1 Revision history for Perl extension WWW::NicoVideo. 2 3 0.02 Sun Nov 25 23:10:59 JST 2007 4 - Fixed sort/order/page options bug in getEntries* methods. 5 - Replaced "//" (defined-or) operators with equivarent statement. 6 - Some functions moved to WWW::NicoVideo::Scraper and 7 WWW::NicoVideo::URL. 2 8 3 9 0.01 Sun Nov 18 20:59:41 2007 4 10 - original version; created by h2xs 1.23 with options 5 11 -AX -n WWW::NicoVideo 6 -
lang/perl/WWW-NicoVideo/trunk/MANIFEST
r1973 r2008 6 6 lib/WWW/NicoVideo.pm 7 7 lib/WWW/NicoVideo/Entry.pm 8 lib/WWW/NicoVideo/Scraper.pm 9 lib/WWW/NicoVideo/URL.pm 8 10 examples/ritsuko.pl -
lang/perl/WWW-NicoVideo/trunk/examples/ritsuko.pl
r1973 r2008 2 2 3 3 # WWW::NicoVideo example 4 # usage: perl -Ilib examples/ritsuko.pl ritsuko@ritsuko.org your-password 4 5 5 6 use utf8; -
lang/perl/WWW-NicoVideo/trunk/lib/WWW/NicoVideo.pm
r1999 r2008 19 19 __PACKAGE__->mk_accessors(qw[agent retry retryInterval mail passwd]); 20 20 21 our $VERSION = "0.0 1";21 our $VERSION = "0.02"; 22 22 our $AGENT_NAME = "@{[__PACKAGE__]}/$VERSION)"; 23 23 … … 168 168 binmode STDOUT, ":encoding(euc-jp)"; 169 169 170 my $nv = new WWW::NicoVideo(mail => 'ritsuko@ example.com',170 my $nv = new WWW::NicoVideo(mail => 'ritsuko@ritsuko.org', 171 171 passwd => "ritchan-wa-kawaiidesuyo"); 172 172 $nv->login or die "Login failed"; … … 248 248 =item order 249 249 250 Sort order. "a" for ASC, "d" for DESC.250 Sort order. "a" for ASC, "d" or undef for DESC. 251 251 252 252 =back -
lang/perl/WWW-NicoVideo/trunk/lib/WWW/NicoVideo/Scraper.pm
r1999 r2008 1 # -*- mode: perl; coding: utf-8 -*- 2 1 3 package WWW::NicoVideo::Scraper; 2 4 -
lang/perl/WWW-NicoVideo/trunk/lib/WWW/NicoVideo/URL.pm
r1999 r2008 1 # -*- mode: perl; coding: utf-8 -*- 2 1 3 package WWW::NicoVideo::URL; 2 4 … … 35 37 } 36 38 } 39 40 "Ritsuko";
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)