Some NRK series fail due to missing playable assets #49
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: olaven/nrss#49
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi! First of all, thanks for a great project!
I’ve run into an issue where certain NRK podcast series fail to load in NRSS. I think it is because NRK’s playback API sometimes returns a manifest without any playable assets. This seems to be the case for episodes that are announced but not yet released.
I see this in for example:
https://nrss.deno.dev/api/feeds/musikklunsj-med-ruben
https://nrss.deno.dev/api/feeds/musikklivet
https://nrss.deno.dev/api/feeds/musikkfrokost
All the podcasts I've found with this issue has in common that the most recent episode is unreleased. It consists of a title and then shows something like "Releases 8th Dec." or "Releases today" etc.
It would be great if these unreleased episodes could be handled gracefully instead of erroring out for the entire feed.