akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.55k stars 87 forks source link

[Feature] refactor podcast RSS #271

Open mrhackcz opened 1 year ago

mrhackcz commented 1 year ago

Hi,

I'm using podgrab in docker with an HTTP port exposed directly. But Im not able to make it work in Apple podcasts.

If I add a podcast via RSS URL, I see episodes but can't play them. I have a suspicion, that it is caused by "non-valid" RSS generated by podgrab. Apple recommends validating podcasts URL with https://podba.se/validate .

Can you please check it ? Thank you

SamTV12345 commented 1 year ago

If you'd like to you can checkout https://github.com/SamTV12345/PodFetch . I was able to add it to iTunes and already validated the generated XML with the W3C RSS tool.