Last active
September 6, 2016 16:10
-
-
Save tonythell/f76e2a658e16a30bf5aaee435e355ca1 to your computer and use it in GitHub Desktop.
create a rss feed from any youtube channel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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