Closed cavis closed 9 months ago
Todo: look at popular podcast RSS feeds, and see if they have itunes:summary tags. If not, we can probably just drop the field.
The Daily on simplecast still has it:
andrew@Andrews-PRX-MacBook-Pro wfmt-services % curl -s https://feeds.simplecast.com/54nAGcIl | grep "<itunes:summary" | wc -l
2001
andrew@Andrews-PRX-MacBook-Pro wfmt-services % curl -s https://feeds.simplecast.com/54nAGcIl | grep "<guid" | wc -l
2000
Darknet on Megaphone still has it too, but the content is the same, only with all <a>
tags stripped
Discussion here: https://prx.slack.com/archives/G0FKLK2Q5/p1705951262864649
In the new Feeder UI, we decided not to include the itunes:summary field anymore. Since it no longer appears in the apple docs.
But it turns out - Apple Podcasts is still using/preferring that field, over the description. What to do? Things to decide:
<itunes:summary>
flag. Should we stop doing that?