NAME
WWW::Vimeo::Download - Very simple Vimeo video downloader.
VERSION
Version 0.02
SYNOPSIS
WWW::Vimeo::Download is a simple Vimeo video downloader.
use WWW::Vimeo::Download;
my $video = WWW::Vimeo::Download->new('123456');
my $video_url = $video->get_video_url;
$video->download('test.flv');
METHODS
new( $video_id )
Create a WWW::Vimeo::Download object
get_video_url
Return given video download URL
download( $output_file )
Download the given video
SUBROUTINES
get_request( $url )
Make a GET request.
AUTHOR
Alessandro Ghedini, <alexbio at cpan.org>
BUGS
Please report any bugs or feature requests to bug-www-vimeo-download at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Vimeo-Download. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::Vimeo::Download
You can also look for information at:
Homepage
Git Repository
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2010 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.