youtube.net-api

Need help to get more than 100 results using YouTube search API

こ雲淡風輕ζ 提交于 2019-11-29 15:37:16
问题 Is there some way I can retrieve more than 100 results using YouTube API? I can retrive upto 100 results using this query string: https://gdata.youtube.com/feeds/api/videos?q=football&orderby=relevance&start-index=1&max-results=10&v=2 But when I try https://gdata.youtube.com/feeds/api/videos?q=football&orderby=relevance&start-index=101&max-results=10&v=2 I get: http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd

How do I get a random YouTube video with the YouTube API?

折月煮酒 提交于 2019-11-28 08:27:18
I need a way of getting a completely random YouTube video. No restriction. How can I do with with the YouTube API? ** edit * OK as requested here is what i tried so far: 1 - went through the api and examples at youtube dev site. http://www.youtube.com/dev/ no luck finding the correct api or a way of doing it there. 2 - google search of course ;) got http://randomyoutubevideo.net/ but they only offer an api from THEM to use in between me and youtube. < this gives me hope that it IS actually possible to do this. 3 - even checked the youtube app gallery http://youtube-gallery.appspot.com/ to see

How do I get a random YouTube video with the YouTube API?

痴心易碎 提交于 2019-11-27 01:23:30
问题 I need a way of getting a completely random YouTube video. No restriction. How can I do with with the YouTube API? ** edit * OK as requested here is what i tried so far: 1 - went through the api and examples at youtube dev site. http://www.youtube.com/dev/ no luck finding the correct api or a way of doing it there. 2 - google search of course ;) got http://randomyoutubevideo.net/ but they only offer an api from THEM to use in between me and youtube. < this gives me hope that it IS actually