Every YouTube channel has a hidden RSS feed
That is the whole trick. YouTube maintains this feed for every channel and has never put a link to it anywhere in its interface. It returns the channel's 15 most recent uploads, updates within minutes of a new video, and needs no API key.
https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID
How to do it
- Open the channel page and view sourceOn any channel page, view the page source (Ctrl+U) and search for
channel_id— the 24-character string starting withUCis what you need. - Or take it from the channel URLIf the address bar already shows
youtube.com/channel/UC…, that UC-string is the channel ID. Vanity URLs (/@handle) hide it — use view-source there. - Build the feed URLAppend the ID to the pattern above. Paste the result into any reader. Done — new uploads now arrive as feed items, no subscriptions, no recommendations, no autoplay.
Verified channel feeds we crawl
Live feeds from our own crawler — the post counts are measured over the last 90 days, not copied from anyone's marketing page. One click follows the feed in HushFlow Reader; the URL works in any reader.
| Source | Feed URL | Posts, last 90 days | |
|---|---|---|---|
| The Verge | https://www.youtube.com/feeds/videos.xml?channel_id=UCddiUEpeqJcYeBxX1IVBKvQ |
253 | Follow |
| OpenAI | https://www.youtube.com/feeds/videos.xml?channel_id=UCXZCJLdBC09xxGZ6gcdrc6A |
182 | Follow |
| DeepLearningAI | https://www.youtube.com/feeds/videos.xml?channel_id=UCcIXc5mJsHVYTZR1maL5l9w |
59 | Follow |
| Two Minute Papers | https://www.youtube.com/feeds/videos.xml?channel_id=UCbfYPyITQ-7l4upoX8nvctg |
26 | Follow |
| Fireship | https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA |
22 | Follow |
| Linus Tech Tips | https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw |
94 | Follow |
Denominator: 6 feeds shown, chosen by recent activity from the 87 we crawl on this platform.
Questions people actually ask
- Does the YouTube RSS feed include Shorts and live streams?
- Yes — the feed lists the channel's 15 most recent public uploads of any kind, newest first. It does not include members-only or unlisted videos.
- Can I get an RSS feed for a YouTube playlist?
- Yes:
youtube.com/feeds/videos.xml?playlist_id=PLAYLIST_IDworks the same way, with the ID from the playlist URL.
Keep going:
see 30 verified AI YouTube channels, ranked · Every podcast has an RSS feed. Here is how to find it. · Any subreddit is an RSS feed — add .rss. Or skip the URL hunting entirely — open the
reader and follow any of the 1,000+ feeds we have already verified.