Skip to content
/ nrss Public

Get RSS feeds for NRK's vendor locked "podcasts".

License

Notifications You must be signed in to change notification settings

olaven/nrss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3a4c4a · Sep 23, 2024

History

45 Commits
Apr 11, 2024
Aug 24, 2024
Aug 24, 2024
Sep 23, 2024
Sep 23, 2024
Aug 27, 2024
Mar 9, 2023
Sep 18, 2024
Mar 9, 2023
Mar 9, 2023
Sep 18, 2024
Apr 11, 2024
Apr 12, 2024
Apr 12, 2024
Aug 24, 2024
Apr 11, 2024
Apr 12, 2024
Sep 23, 2024
Apr 2, 2024

Repository files navigation

NRSS - RSS feeds for NRK's podcasts

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.

Local development

  1. Install Deno
  2. cp .env.example .env
  3. Run the app: deno task start
  4. Open localhost:8000 in your browser

What is this?

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.

Known Problems

  • 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.