Added "Known Problems" to README.
This commit is contained in:
parent
41e2fdf559
commit
3535097032
|
|
@ -11,3 +11,8 @@ https://deno.land/manual/getting_started/installation
|
||||||
deno task start
|
deno task start
|
||||||
```
|
```
|
||||||
Open http://localhost:8000/ to view it in the browser
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue