Free YouTube Downloader 1.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Free YouTube Downloader 1.6 (Default branch)
# 1  
Old 05-14-2008
Free YouTube Downloader 1.6 (Default branch)

Image Free YouTube Downloader is a powerful and easy to use application for downloading videos from YouTube. It allows you to extract video files names from the YouTube Web site, perform multiple downloads during one program session, and produce HTML format download reports. License: Freeware Changes:
Internationalization was added. (English, Italian, and Polish are supported.) Command line options support was added. A bug was fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

UNIX.com Free Technical Support Infographic on YouTube

Still learning Adobe After Effects, I just put together this 1 minute infographic for the site. I could have done a better job with the resolutions of some of the "in laptop" screen shots; but then again, I'm not even close to being an expert on all these Adobe graphics tools, but I had fun... (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
WebService::YouTube(3pm)				User Contributed Perl Documentation				  WebService::YouTube(3pm)

NAME
WebService::YouTube - Perl interface to YouTube VERSION
This document describes WebService::YouTube version 1.0.3 SYNOPSIS
use WebService::YouTube; my $youtube = WebService::YouTube->new( { dev_id => 'YOUR_DEV_ID' } ); # Get videos via REST API my @videos = $youtube->videos->list_featured; # Get videos via RSS Feed my @videos = $youtube->feeds->recently_added; DESCRIPTION
This is a Perl interface to YouTube API and RSS. See Developers Page <http://youtube.com/dev> and About RSS <http://www.youtube.com/rssls> for details. This module support only Legacy API, does not support YouTube Data API based on Google data protocol. See YouTube Data API Overview <http://code.google.com/apis/youtube/overview.html> for details. SUBROUTINES
/METHODS new(\%fields) Creates and returns a new WebService::YouTube object. %fields can contain parameters enumerated in "ACCESSORS" section. videos( ) Returns a WebService::YouTube::Videos object. feeds( ) Returns a WebService::YouTube::Feeds object. ACCESSORS dev_id Developer ID ua LWP::UserAgent object DIAGNOSTICS
None. CONFIGURATION AND ENVIRONMENT
WebService::YouTube requires no configuration files or environment variables. DEPENDENCIES
Class::Accessor::Fast, WebService::YouTube::Videos, WebService::YouTube::Feeds INCOMPATIBILITIES
WWW::YouTube 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 2010-08-01 WebService::YouTube(3pm)