The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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
print $vimeo->download_url;                   #print the url for download

DESCRIPTION

AUTHOR

Hernan Lopes
CPAN ID: HERNAN
hernanlopes < @t > gmail
https://github.com/hernan604

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).