Importing podcasts
For the last few years Zotero has been able to scrape metadata for podcasts from Stitcher (https://forums.zotero.org/discussion/88221/import-podcasts). Recently Stitcher announced that they were closing shop at the end of summer. Is there another podcast site that Zotero speaks?
I'll look at google podcast, though I recall that being pretty ugly from the perspective of getting podcast metadata
https://podcasts.apple.com/us/podcast/this-american-life/id201671138
Most podcast apps just use Apple's directory (which they've been a pretty good steward of over the years), so this should have most podcasts. Not sure if there's any structured metadata available from that site, but there's some parsable data (e.g., host) in the page.
(It's also possible to get a small amount of structured metadata based on the ID from the URL — e.g.,
curl https://itunes.apple.com/lookup?id=201671138
— but that doesn't seem very useful. As you can see, that's missing the host data that's available on the website.)