I'm developing an iOS application that fetches some Youtube videos. I'm using this YouTube API:
https://gdata.youtube.com/feeds/api/videos?q=xxxxx&v=2
And here is the link of YouTube documentations YouTube Guide
I play the videos using YouTube Helper Library iOS , (which is designed for playing Youtube videos)
I searched the documentation many times looking for a way to customize the results,
I need to exclude the restricted videos like the VEVO channel video or any other
restricted video for any channel, because regrading to YouTube Helper Library limitations
they do not allow to play these videos ..
How can I exclude these videos using Youtube API ?
If I can't do that using this API, is there any way to achieve that using different API ?