gpodder / podcastparser

Simplified, fast RSS parsing library in Python
ISC License
135 stars 35 forks source link

Podcast namespace support? #41

Open genebean opened 1 year ago

genebean commented 1 year ago

Just wondering if there are plans to support the podcast namespace (https://github.com/Podcastindex-org/podcast-namespace)

thp commented 1 year ago

Pull requests welcome.

andrlik commented 1 year ago

I just created PR #44 for this. It doesn't cover every element in the namespace spec but at least the ones that I suspect are most useful in the short term.

thp commented 1 year ago

PR#44 is now merged, anything else left to do here?

andrlik commented 4 days ago

I'm not the original requester, so I haven't chimed back on whether this can be closed prior.

I went and checked to see what was left. There are a lot more elements in that namespace now! I'm seeing lots of recent commits, but the version number of the namespace is the same. I'd be leery of trying to add any more of their elements until it becomes more clear how much more of it is in flux. The ones that were included in PR #44 cover the ones I'm seeing actually used by hosts.

My two cents, this can be closed unless there's demand for specific elements.