Question

I want to display youtube videos for particular channel in XML format. This is the channel for which I want to retrieve videos:

https://www.youtube.com/channel/UCxiaIKXjo25U1AMCBAcplRQ

can anyone suggest how can i get XML format video listing for particular channel from youtube. I just want URL for which i can get what i want. I can write PHP code to use XML retrieved from youtube API URL.

Was it helpful?

Solution

Here is the URL for API that you need to use for your purpose. hope it helps.

http://gdata.youtube.com/feeds/api/users/UCxiaIKXjo25U1AMCBAcplRQ/uploads?max-results=2
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top