NAME
WWW::Vimeo::Download - interface to download vimeo videos
SYNOPSIS
use
WWW::Vimeo::Download;
my
$vimeo
= WWW::Vimeo::Download->new();
$vimeo
->load_video(
'XYZ__ID_VIDEO'
);
#REQ videoid or video url
$vimeo
->target_dir(
'/home/catalyst/tmp/'
);
#OPTIONAL target dir
$vimeo
->download();
#start download
$vimeo
->download( {
filename
=>
'file.mp4'
} );
#start download custom filename
$vimeo
->download_url;
#print the url for download
DESCRIPTION
AUTHOR
COPYRIGHT
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the
LICENSE file included
with
this module.
SEE ALSO
perl(1).