Skip Menu |

This queue is for tickets about the WebService-YouTube CPAN distribution.

Report information
The Basics
Id: 61121
Status: new
Priority: 0/
Queue: WebService-YouTube

People
Owner: Nobody in particular
Requestors: orasnita [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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