Pregunta

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.

¿Fue útil?

Solución

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
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top