From 3535097032ed417434a91200c01777965cd40396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20Sundf=C3=B8r?= Date: Thu, 30 Mar 2023 15:57:31 +0200 Subject: [PATCH] Added "Known Problems" to README. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a1e92e..906778d 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,9 @@ https://deno.land/manual/getting_started/installation ``` shell deno task start ``` -Open http://localhost:8000/ to view it in the browser \ No newline at end of file +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](https://github.com/olaven/NRSS/issues/5#issuecomment-1488840679) 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.