Subject: | The module doesn't work anymore |
Date: | Mon, 6 Sep 2010 20:38:10 +0300 |
To: | <bug-webservice-youtube [...] rt.cpan.org> |
From: | "Octavian Rasnita" <orasnita [...] gmail.com> |
Hi,
I've search on www.youtube.com and I used one of the found IDs in the following test program:
use WebService::YouTube::Util;
use File::Slurp;
my $content = WebService::YouTube::Util->get_video('nmAYd1GRT88');
write_file('hmm.flv', {$content, binmode => ':raw'});
But it gives the error 404 Not Found and nothing is downloaded.
I use the latest version: 1.0.3.
Thanks.
Octavian