From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

WWW::Vimeo::Download - interface to download vimeo videos

SYNOPSIS

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

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