Nebula.tv RSS Feed

As of April 30th 2022 Nebula finally have official RSS feeds, not just for channels but also for categories and the entire site in general. It is long overdue but I'm glad one of their developers finally dedicated a day to this.

You can read more here.

I don't want to break the feeds in anyone's reader so I will keep my version available as long as it works, so feel free to keep on using it.

If the Nebula API were to change in ways that breaks the feeds I'll fix it or simply redirect to the official URL. To Nebula's credit they have been really good at not messing with their API. Sometime in 2021 they moved their site over to a completely new API and to be safe I did the same for my feeds, however their orginial API is still available and my original scripts still work, so I don't expect any issues.


Tired of waiting I decided to make my own feed so I could finally follow some of my favourite creators on Nebula instead of Youtube.

The Nebula site is driven almost entierly by javascript so can't simply be scraped. Fortunatly their APIs are publicly accessible. My script takes the requested channel, makes sure it is valid, fetches the channels most recent videos via the API and builds a RSS feed.

In your reader you will get the video thumbnail, length, and full description. But being a subscription service you of course have to click through to Nebula.tv to view the video.

Usage

Go to the channel you want to subscribe to and look at the address, replace https://nebula.tv/ with https://leonick.se/feeds/nebula?channel=

Example: https://leonick.se/feeds/nebula?channel=realengineering

Now add that adress to your feed reader of choice.