Anyone know of any public feeds that have added <podcast:location> yet?
@dave right now, the by-tags endpoint returns nada for location or person
https://api.podcastindex.org/api/1.0/podcasts/bytags?podcast-location
https://api.podcastindex.org/api/1.0/podcasts/bytags?podcast-person
@jamescridland @steven @dave Thanks all! These are helpful, found over 20 additional buzzsprout feeds with channel-level location tags as well.
Still haven't found a feed with an item-level location tag. Who will be the first ever?
@chidgey Thanks I see the item-level location tags in your feed, I'm going to consider you the first. 🥇
I'll look into why I was not watching your feed on my side - perhaps since it does not implement WebSub [1], have you ever considered it? You already have the atom self link in your feed, just need to add a hub and ping it when you publish/update.
@chidgey Looks like Google's appspot webhub hub is already checking your feed, are you sure you do not ping it already?
Found using your feed as the "Topic URL" for diagnostics here [1].
Next time you update your feed template with Hugo, add the rel="hub" line [2] below your rel="self" line, and let me know - I'll subscribe and see if I get notified next time you update.
[1] https://pubsubhubbub.appspot.com/publish
[2] <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/" />
@js @jamescridland @steven @dave currently Buzzsprout only provides location tags at the podcast level.