Convert YouTube channel subscriptions from NewPipe to RSS feeds that can be imported into any RSS reader.
- Export your subscriptions from NewPipe
- Place the
newpipe_subscriptions_*.jsonfile in the same folder as this script - Run:
python script.py - Import
feeds.opmlinto your RSS reader
- Python 3
- NewPipe subscription export (JSON format)
- Finds your NewPipe export file automatically
- Converts YouTube channel URLs to RSS feed URLs
- Generates a
feeds.opmlfile with all your subscriptions
After running the script, you'll get a feeds.opml file like this:
<outline text="Channel Name" title="Channel Name" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=..."/>Import this file into Feedly, Tiny Tiny RSS, or any other RSS reader to follow YouTube channels without YouTube's algorithmic feed.