Yusuke Wada > WWW-Veoh-Download > WWW::Veoh::Download

Download:
WWW-Veoh-Download-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

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.