Skip Menu |

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

Report information
The Basics
Id: 48216
Status: new
Priority: 0/
Queue: WWW-YouTube-VideoURI

People
Owner: Nobody in particular
Requestors: cpan [...] zoffix.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.1
Fixed in: 0.1



The module is broken: zoffix@ZofMain:~$ perl -MWWW::YouTube::VideoURI -wle 'my $y = WWW::YouTube::VideoURI->new; print $y->get_video_uri("http:// www.youtube.com/watch?v=7Tv-QOzXjoM&feature=channel");' Missing base argument at /usr/local/share/perl/5.10.0/WWW/YouTube/ VideoURI.pm line 46 zoffix@ZofMain:~$ The "missing base argument" is due to the fact that in code: my $target = URI->new_abs($res->header('Location'), $new_uri); the $res->header('Location') part returns an empty list. Seems like YouTube does not send out the Location header anymore. Cheers.