Is there a url I can use the search for 'Transformers movie' on YouTube, and return XML with a list of videos?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes there is: https://gdata.youtube.com/feeds/api/videos?q=Transformers+movie. It's an atom feed to be exactly (but that's XML). More information about the API can be found at: https://developers.google.com/youtube/2.0/developers_guide_protocol_api_query_parameters#Searching_for_Videos |
|||||
|
|
Yes, check this out: https://gdata.youtube.com/feeds/api/videos?q=Linkin+Park&prettyprint=true P.S. You must have API details (many other useful options available): https://developers.google.com/youtube/2.0/developers_guide_protocol_api_query_parameters#Searching_for_Videos |
||||
|
|
|
Sure there is :-) Here some more info https://developers.google.com/youtube/2.0/developers_guide_protocol |
|||
|
|