The following query will return results, but some of them will contain a limitedSyndication
restriction. This cannot be filtered out by format
or by restriction
parameters.
http://gdata.youtube.com/feeds/api/videos?alt=json-in-script&callback=jQuery.youtube.response&q=Madonna&v=2&format=5&start-index=11&max-results=10
restriction
parameter is not used in the query above because YouTube Data API reference guide states the following:
By default, the API filters out videos that cannot be played in the country from which you send API requests.
Am I doing something wrong? (Besides searching for Madonna)
How can I get rid of limitedSyndication
results, or is this a bug?