NAME

WWW::YouTube::Download - Very simple YouTube video download interface

SYNOPSIS

use WWW::YouTube::Download;


my $client = WWW::YouTube::Download->new;
$client->download($video_id);


my $video_url = $client->get_video_url($video_id);
my $title     = $client->get_title($video_id);     # maybe encoded utf8 string.
my $fmt       = $client->get_fmt($video_id);       # maybe highest quality.
my $suffix    = $client->get_suffix($video_id);    # maybe highest quality file suffix

DESCRIPTION

WWW::YouTube::Download is a download video from YouTube.

METHODS

AUTHOR

xaicron <xaicron {@} cpan.org>

CONTRIBUTORS

yusukebe

SEE ALSO

WWW::NicoVideo::Download

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.