Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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.

like image 316
Adreno Avatar asked Apr 15 '15 15:04

Adreno


People also ask

Can you get an RSS feed for a YouTube playlist?

Just Copy the URL of the Channel From YouTube.com And Paste It Into Your Reader. Or you can just navigate to the channel on the YouTube website, copy the URL, and paste that into your RSS reader. As an example, here is my own YouTube channel URL: This is the same channel ID you'd use above.

How do I add an RSS feed to my app?

Breaker (iOS & Android)Tap the “Library” tab, then select the “Subscriptions” tab. Tap the “+” in the upper right and select “Add from link”. Paste the feed URL and tap done!


1 Answers

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
like image 180
Matt B Avatar answered Sep 25 '22 13:09

Matt B