NAME
WWW::Veoh::Download - Download mp4 files from Veoh
SYNOPSIS
use WWW::Veoh::Download;
my $client = WWW::Veoh::Download->new( api_key => 'your_api_key' );
$client->download( 'vXXXXXXXXXXXXXXX', 'veoh.mp4' );
DESCRIPTION
WWW::Veoh::Download is module to get and download mp4 files for iPod etc. from Veoh Video Network.
AUTHOR
Yusuke Wada <yusuke at kamawada.com>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.