Perl interface to youtube
This document describes WebService::YouTube version 1.0.3
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;
This is a Perl interface to YouTube \s-1API\s0 and \s-1RSS\s0. See Developers Page <http://youtube.com/dev> and About \s-1RSS\s0 <http://www.youtube.com/rssls> for details.
This module support only Legacy \s-1API\s0, does not support YouTube Data \s-1API\s0 based on Google data protocol. See YouTube Data \s-1API\s0 Overview <http://code.google.com/apis/youtube/overview.html> for details.
Creates and returns a new WebService::YouTube object. %fields can contain parameters enumerated in \*(L"\s-1ACCESSORS\s0\*(R" section.
Returns a WebService::YouTube::Videos object.
Returns a WebService::YouTube::Feeds object.
dev_id
Developer \s-1ID\s0
ua
LWP::UserAgent object
None.
WebService::YouTube requires no configuration files or environment variables.
Class::Accessor::Fast, WebService::YouTube::Videos, WebService::YouTube::Feeds
WWW::YouTube
No bugs have been reported.
Please report any bugs or feature requests to \*(C`[email protected]\*(C', 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.
Hironori Yoshida <[email protected]>
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.