http://gdata.youtube.com/feeds/users/LadyGagaVEVO/uploads?alt=json&max-results=10&format=5
我想从上面的 url 中使用 PHP 和 JavaScript 提取视频缩略图和视频链接,但我不知道该怎么做,这是我迄今为止的尝试:
$json = 'http://gdata.youtube.com/feeds/users/LadyGagaVEVO/uploads?alt=json&max-results=10&format=5';
$data = json_decode($json);
print_r($data);