NAME
WebService::YouTube::Util - Utility for WebService::YouTube
VERSION
This document describes WebService::YouTube::Util $Revision: 42 $
SYNOPSIS
use WebService::YouTube::Util;
my $util = WebService::YouTube::Util->new;
DESCRIPTION
This is a utility for WebService::YouTube.
SUBROUTINES/METHODS
new( )
Creates and returns a new WebService::YouTube::Util object.
get_video_uri( $video )
Returns a downloadable URI of $video. $video should be a video ID or WebService::YouTube::Video object.
get_video( $video )
Returns a downloaded content of $video. $video should be a video ID or WebService::YouTube::Video object.
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
WebService::YouTube::Util requires no configuration files or environment variables.
DEPENDENCIES
WebService::YouTube, LWP::Simple
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.