Post #3611409
2026-07-05 18:07 UTC
A while ago, I was looking for a way to get all the episodes of podcasts locally. I just found this, which seems to do exactly what I wanted. I haven't tried it yet. https://github.com/lightpohl/podcast-dl
Replies (1)
-
@alexhall@mastodon.social 2026-07-05 18:55
Wow, podcast-dl is really, really cool. It's command line, so you just put the .exe somewhere and run it with cmd or terminal. The defaults are fine, but I wanted my episodes to be a bit more Audio Bookshelf in their names, so I used: podcast-dl --threads 5 --out-dir "podcasts\\podcast name" --episode-template "{{episode_num}} - {{title}} ({{release_year}}-{{release_month}}-{{release_day}})" --archive --include-meta --include-episode-meta --episode-digits 3 --embed-metadata --url