WebService::YouTube::Feeds(3pm) | User Contributed Perl Documentation | WebService::YouTube::Feeds(3pm) |
WebService::YouTube::Feeds - 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 RSS Feeds.
See About RSS <http://youtube.com/rssls> for details.
Creates and returns a new WebService::YouTube::Feeds object. %fields can contain parameters enumerated in "ACCESSORS" section.
Parses RSS 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 "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.
Hironori Yoshida <yoshida@cpan.org>
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
2021-01-07 | perl v5.32.0 |