32
What are some good ad-free podcasts?
(lemmy.ml)
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Oh they will, I use a website that yanks the feeds. Having them all in one list like that makes it easier for me to parse through them though.
If you ever need to yank the RSS from a show then I have lots of success with: https://www.labnol.org/podcast. It's specifically for just this kind of thing. Weirdly a lot of shows, even on their own websites, don't make RSS feeds readily available.
This has just let me recover a podcast where the feed from the site I was using stopped working, thank you :D
Interesting! You extract the ID from the link (e.g. the
1258545975
from https://podcasts.apple.com/us/podcast/citations-needed/id1258545975) and then:Oh wow I didn't realize it was so simple. I couple just slap that into a bash script and save the effort of going through a website...maybe even use it for bulk processing when I get lots of recommendations.
There seems to be a bug in Lemmy that messes up the script’s rendering a little, but you’ll figure it out.