Perl interface to youtube rss feeds
This document describes WebService::YouTube::Feeds version 1.0.3
use WebService::YouTube::Feeds; my $feeds = WebService::YouTube::Feeds->new( { ua => '...' } ); my @videos = $feeds->tag($tag); my @videos = $feeds->user($user); my @videos = $feeds->recently_added; my @videos = $feeds->recently_featured; my @videos = $feeds->top_favorites; my @videos = $feeds->top_rated; my @videos = $feeds->most_discussed_month; my @videos = $feeds->most_discussed_today; my @videos = $feeds->most_discussed_week; my @videos = $feeds->top_viewed; my @videos = $feeds->top_viewed_month; my @videos = $feeds->top_viewed_today; my @videos = $feeds->top_viewed_week;
This is a Perl interface to YouTube \s-1RSS\s0 Feeds.
See About \s-1RSS\s0 <http://youtube.com/rssls> for details.
Creates and returns a new WebService::YouTube::Feeds object. %fields can contain parameters enumerated in \*(L"\s-1ACCESSORS\s0\*(R" section.
Parses \s-1RSS\s0 and returns the result. $rss should be an object that XML::Simple can understand. Returns an array of WebService::YouTube::Video object. $tag is a keyword string separated by a space.
See <http://youtube.com/rssls> for details. Returns an array of WebService::YouTube::Video object. $user is an username.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
Returns an array of WebService::YouTube::Video object.
See <http://youtube.com/rssls> for details.
ua
LWP::UserAgent object
WebService::YouTube::Feeds requires no configuration files or environment variables.
HTTP::Date, LWP::UserAgent, XML::Simple, WebService::YouTube::Util, WebService::YouTube::Video
None reported.
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.