Closed Gankra closed 4 years ago
If for any reason you're looking for a crate for this: https://github.com/rust-syndication/rss/
Also, the show notes should be in the feed.
We should script this.
Another thing to add to the feed would be the episodes duration.
Also please add a publish date to your last episode (11). My rss reader (university project; self-hosted) project got tripped by that and wouldn't let me add the podcast because of database constraints (needs date). I currently monkey patched that to use Unix time 0 instead, but I haven't pushed that change since I consider a publish date to be vital.
The error message translates to: The podcast could not be added. Is the URL valid?
@LinusCDE I'd accept a PR doing this, I'm not actively maintaining this otherwise, sorry
Uh, didn't notice that the entire webpage is actually open source.
Seems that you already fixed it anyway by adding a <pubDate>
-Tag to the recent epiode along with the new episode.
I have looks at the rss.xml
file and it seems that the issues from the initial screenshot are already addressed. So I don't see any reason for this issue to still be open.