youtube-dl 2008.06.08 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News youtube-dl 2008.06.08 (Default branch)
# 1  
Old 06-09-2008
youtube-dl 2008.06.08 (Default branch)

youtube-dl is a small command-line program fordownloading videos from YouTube.com.License: MIT/X Consortium LicenseChanges:
This release fixes a minor bug. When the program was instructed to download several videos and not use any title information in the output filename, it would output all the videos to the same file, with each new video overwriting the contents of the previous one.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
WebService::YouTube::User(3pm)				User Contributed Perl Documentation			    WebService::YouTube::User(3pm)

NAME
WebService::YouTube::User - User class for YouTube. VERSION
This document describes WebService::YouTube::User version 1.0.3 SYNOPSIS
use WebService::YouTube::User; my $user = WebService::YouTube::User->new( { ... } ); DESCRIPTION
This is a user class for YouTube. SUBROUTINES
/METHODS new(\%fields) Creates and returns a new WebService::YouTube::User object. %fields can contain parameters enumerated in "ACCESSORS" section. ACCESSORS about_me age books city companies country currently_on favorite_count favorite_video_count first_name friend_count friend_count gender hobbies homepage hometown last_name movies occupations relationship user video_upload_count video_upload_count video_watch_count DIAGNOSTICS
None. CONFIGURATION AND ENVIRONMENT
WebService::YouTube::User requires no configuration files or environment variables. DEPENDENCIES
WebService::YouTube, Class::Accessor::Fast INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. Please report any bugs or feature requests to "bug-webservice-youtube@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-YouTube>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. AUTHOR
Hironori Yoshida <yoshida@cpan.org> LICENSE AND COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.10.1 2009-01-20 WebService::YouTube::User(3pm)