문제

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.

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top