Hi everyone,
my podcast client (Podcast Addict) couldn't download the new episode 775 from Escape Pod, as the feed is invalid, see the validator:
https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fescapepod.org%2Ffeed%2Fpodcast%2FThe culprit is this error:
line 60, column 1: XML parsing error: <unknown>:60:1: unbound prefix [help]
<podcast:funding url="https://www.patreon.com/EAPodcasts"></podcast:funding>
^
This could easily be fixed by adding this namespace:
xmlns:podcast="https://podcastindex.org/namespace/1.0"