OBS: Tjenesten er nede nå pga. endringer hos hostingtjenesten jeg bruker. Jeg jobber med å få et bedre alternativ på beina, men jeg har dessverre ikke tid til å gjøre dette før om noen uker. I mellomtiden er du velkommen til å kjøre tjenesten selv i henhold til lisensen.
Live version: nrss.deno.dev
A webapp built with Deno's Fresh that generates public accessible RSS-feeds for their produced podcasts via their API.
- Install Deno
cp .env.example .env- Run the app:
deno task start - Open localhost:8000 in your browser
This is made as a reaction that the goverment funded NRK is closing their own content to their own app instead of building under open standards like RSS.
- Some clients may not accept a feed hosted over HTTPS only. See @steinarb's workaround here for a possible solution.
- The feeds only provide the latest episodes for a podcast, not the entire archive. I've not yet found any acceptable method of fetching all episodes without getting rate limited by NRK or introducing a storage layer. This is tracked in #8.