Get the latest tech news
Teaching feed readers about YouTube subscriptions
lectio.news is a service I (blog.ielliott.io/about) created to aggregate my YouTube subscriptions into a news feed, so that I can view them in a feed reader. I haven't built a way for you to try it out yet, but if you'd be interested in using it then let me know.
RSS and Atom feeds for a YouTube account's subscriptions Separate feed for account administration (e.g. YouTube authorisation was revoked) Feed-reader-compatible privacy via HTTP basic auth Post-processing of video descriptions (e.g. adding video duration) YouTube publishes Atom feeds for channels (as of 2025-06-28) and makes them available via<link rel="alternate">. Another way (the approach taken by lectio.news) is to construct a single feed by pulling directly from the YouTube API.
Or read this on Hacker News