What is the best way to generate youtube playlist rss feeds for an iOS app?

Adreno picture Adreno · Apr 15, 2015 · Viewed 12.2k times · Source

What is the best way to generate youtube playlist rss feeds for an iOS app?

At the moment I am using the following format:

http://gdata.youtube.com/feeds/api/playlists/YOUR_YOUTUBE_PLAYLIST_NUMBER

But doesn't seem to be as widely compatible as other feed data urls I have used.

Answer

Matt B picture Matt B · May 19, 2015

Just used the following format:

https://www.youtube.com/feeds/videos.xml?playlist_id=YOUR_YOUTUBE_PLAYLIST_NUMBER

Make sure YOUR_YOUTUBE_PLAYLIST_NUMBER starts with 'PL'.

https://www.youtube.com/view_play_list?p=apIoMHXBxJ_KAfZL7re4ARls6wOC756q

or

https://www.youtube.com/playlist?list=PLapIoMHXBxJ_KAfZL7re4ARls6wOC756q

becomes

https://www.youtube.com/feeds/videos.xml?playlist_id=PLapIoMHXBxJ_KAfZL7re4ARls6wOC756q