The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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