request-for-explanation / podcast

The Request for Explanation podcast that explains Rust RFCs
https://request-for-explanation.github.io/podcast/
59 stars 6 forks source link

Polish rss feed #13

Closed Gankra closed 4 years ago

Gankra commented 7 years ago
screen shot 2017-06-19 at 11 00 09 pm
frewsxcv commented 7 years ago

If for any reason you're looking for a crate for this: https://github.com/rust-syndication/rss/

Manishearth commented 7 years ago

Also, the show notes should be in the feed.

We should script this.

dzamlo commented 7 years ago

Another thing to add to the feed would be the episodes duration.

LinusCDE commented 4 years ago

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.

error image

The error message translates to: The podcast could not be added. Is the URL valid?

Manishearth commented 4 years ago

@LinusCDE I'd accept a PR doing this, I'm not actively maintaining this otherwise, sorry

LinusCDE commented 4 years ago

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.

LinusCDE commented 4 years ago

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.