http://gdata.youtube.com/feeds/users/LadyGagaVEVO/uploads?alt=json&max-results=10&format=5
I would like to extract the video thumbnail and video link using PHP and JavaScript from the url above but I'm not sure how to do it, here is my attempt so far:
$json = 'http://gdata.youtube.com/feeds/users/LadyGagaVEVO/uploads?alt=json&max-results=10&format=5';
$data = json_decode($json);
print_r($data);