Skip to content

Instantly share code, notes, and snippets.

@tonythell
Last active September 6, 2016 16:10
Show Gist options
  • Save tonythell/f76e2a658e16a30bf5aaee435e355ca1 to your computer and use it in GitHub Desktop.
Save tonythell/f76e2a658e16a30bf5aaee435e355ca1 to your computer and use it in GitHub Desktop.
create a rss feed from any youtube channel
A quick summary of steps to creating a rss feed from any youtube channel.
Steps taken from this article:
http://www.makeuseof.com/tag/how-to-create-an-rss-feed-for-any-youtube-channel/
1. View the source code of a particular youtube channel home page.
2. Search for "data-channel-external-id" parameter and copy its value.
3. Append the value to the following URL and submit it to your reader:
https://www.youtube.com/feeds/videos.xml?channel_id=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment