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.