吉田宏徳 > WebService-YouTube-0.04 > WebService::YouTube::Video

Download:
WebService-YouTube-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.139.0   Source   Latest Release: WebService-YouTube-1.0.3

NAME ^

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

VERSION ^

This document describes WebService::YouTube::Video $Revision: 139 $

SYNOPSIS ^

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

DESCRIPTION ^

This is a class of YouTube video information.

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

DIAGNOSTICS ^

CONFIGURATION AND ENVIRONMENT ^

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

DEPENDENCIES ^

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

INCOMPATIBILITIES ^

None reported.

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.

AUTHOR ^

Hironori Yoshida <yoshida@cpan.org>

LICENSE AND COPYRIGHT ^

Copyright 2006, Hironori Yoshida <yoshida@cpan.org>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.