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);