Get RSS feeds for NRK's vendor locked "podcasts".
Go to file
Tim Hårek Andreassen f9a97b627b
chore(deps): Update Fresh to v1.6.5
Also move import map to `deno.json`

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
2024-03-02 18:02:39 +01:00
components Feature/types (#4) 2023-03-11 10:46:55 +01:00
islands Small UX improvements and basic mobile UI (#3) 2023-03-10 14:00:57 +01:00
lib Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +01:00
routes Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +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 Added "Known Problems" to README. 2023-03-30 15:57:31 +02:00
deno.json chore(deps): Update Fresh to v1.6.5 2024-03-02 18:02:39 +01:00
dev.ts Empty Fresh Project 2023-03-09 12:13:12 +01:00
fresh.gen.ts Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +01:00
main.ts Empty Fresh Project 2023-03-09 12:13:12 +01:00
tsconfig.json init commit 2023-03-09 12:08:33 +01:00
twind.config.ts Empty Fresh Project 2023-03-09 12:13:12 +01:00
utils.ts Chapters (from podcast 2.0 spec) (#11) 2023-03-21 08:59:06 +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.