我正在尝试学习如何使用WebService::GData::YouTube
通过以下教程http://perlmaven.com/fetching-data-from-youtube-using-perl:
use strict;
use warnings;
use WebService::GData::YouTube;
my $yt = WebService::GData::YouTube->new();
my $p = $yt->get_user_profile('Gabor Szabo');
print "okn";
但是输出失败:
WebService::GData::Error=HASH(0x1c45dc8)
异常发生在$yt->get_user_profile()
..
WebService::GData::YouTube
使用现在已弃用的YouTube API v2。您将需要使用一个与API v3一起工作的库。