Reputation: 21
Hi I’ve trying to implement a Youtube RSS feed into my application. I’m using this link http://m.youtube.com/#/profile?gl=GB&hl=en-GB&client=mv-vf-uk&user=RandomUser&safesearch=always but its limiting me to 25 videos. Does anyone know how to increase this size to include more videos?
Thanks for any help.
Upvotes: 2
Views: 1380
Reputation: 9117
Try this.
It's a different api though, which is well documented. You can find more about the api here. http://code.google.com/apis/youtube/2.0/developers_guide_protocol_api_query_parameters.html
Upvotes: 2