Answer the question
In order to leave comments, you need to log in
How to get Youtube video data with modified API?
After a recent API change from Youtube, the AJAX request to get video data stopped working:
var url = 'http://gdata.youtube.com/feeds/api/videos/[email protected]?v=2&alt=jsonc';
$.getJSON(url, function (data) {
//
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question