i have a simple youtube search like this : http://gdata.youtube.com/feeds/api/videos?q='some-value'&v=2&format=5&start-index=1&max-results=10&alt=jsonc&callback='some-function'&orderby=viewCounts&sortorder=descending);
I thought I can use format=5 to get the video that's allow embedded. However, I still getting video that said " it's restricted payback from certain sites."
Any ideas?