Skip Menu |

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

Report information
The Basics
Id: 120287
Status: new
Priority: 0/
Queue: WebService-GData

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: WebService::GData::YouTube does not work anymore
WebService::GData::YouTube queries do not work anymore. An example, adapted from the "query" documentation: $ perl -e 'use WebService::GData::YouTube;my $yt = new WebService::GData::YouTube(); $yt->query->q("ski")->limit(10,0); my $videos = eval { $yt->search_video() };warn $@->content' <errors xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>NoLongerAvailableException</code><internalReason>No longer available</internalReason></error></errors> at -e line 1. Probably related to: http://stackoverflow.com/questions/30685625/alternative-for-https-gdata-youtube-com-feeds-api-videos-video-idv-2 Maybe a notice in the module would be good, or, maybe even better, everything youtube-related should be removed from the distribution.