logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WebService::YouTube::Video - Video class for YouTube.

Author

       Hironori Yoshida <yoshida@cpan.org>

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.

Configuration And Environment

       WebService::YouTube::Video requires no configuration files or environment variables.

Dependencies

       WebService::YouTube, Class::Accessor::Fast

Description

       This is a video class for YouTube.

Diagnostics

       None.

Incompatibilities

       None reported.

Name

       WebService::YouTube::Video - Video class for YouTube.

Subroutines/Methods

new(\%fields)
       Creates and returns a new WebService::YouTube::Video object.  %fields can contain parameters enumerated
       in "ACCESSORS" section.

   ACCESSORS
       id
       author
       comment_count
       description
       length_seconds
       rating_avg
       rating_count
       tags
       thumbnail_url
       title
       upload_time
       url
       view_count

Synopsis

           use WebService::YouTube::Video;
           my $video = WebService::YouTube::Video->new( { ... } );

Version

       This document describes WebService::YouTube::Video version 1.0.3

See Also