GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WebService::YouTube::Feeds(3) User Contributed Perl Documentation WebService::YouTube::Feeds(3)

WebService::YouTube::Feeds - Perl interfece 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.
2009-01-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.