Get RSS feeds for NRK's vendor locked "podcasts".
Go to file
Tim Hårek Andreassen ab5c1b9e56
fix: Add error message when unable to generate feed
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
2024-03-30 15:17:35 +01:00
components Upgrade Fresh and add a bunch of small QOL improvements (#16) 2024-03-24 13:41:18 +01:00
islands Upgrade Fresh and add a bunch of small QOL improvements (#16) 2024-03-24 13:41:18 +01:00
lib fix: Add error message when unable to generate feed 2024-03-30 15:17:35 +01:00
routes fix: Add error message when unable to generate feed 2024-03-30 15:17:35 +01:00
static Empty Fresh Project 2023-03-09 12:13:12 +01:00
.gitignore init commit 2023-03-09 12:08:33 +01:00
LICENSE Create LICENSE 2023-03-09 15:26:49 +01:00
README.md Upgrade Fresh and add a bunch of small QOL improvements (#16) 2024-03-24 13:41:18 +01:00
deno.json Upgrade Fresh and add a bunch of small QOL improvements (#16) 2024-03-24 13:41:18 +01:00
dev.ts Empty Fresh Project 2023-03-09 12:13:12 +01:00
fresh.gen.ts Upgrade Fresh and add a bunch of small QOL improvements (#16) 2024-03-24 13:41:18 +01:00
main.ts Upgrade Fresh and add a bunch of small QOL improvements (#16) 2024-03-24 13:41:18 +01:00
twind.config.ts Empty Fresh Project 2023-03-09 12:13:12 +01:00
utils.ts Upgrade Fresh and add a bunch of small QOL improvements (#16) 2024-03-24 13:41:18 +01:00

README.md

NRSS - RSS Feeds for NRK sin podcaster

https://nrss.deno.dev/

Local devlopment

install Deno https://deno.land/manual/getting_started/installation

Run the application

deno task start

Open http://localhost:8000/ to view it in the browser

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 https://github.com/olaven/NRSS/issues/8.