Skip to content

Instantly share code, notes, and snippets.

@jadedgnome
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jadedgnome/02749f02f9f795a5c80f to your computer and use it in GitHub Desktop.
Save jadedgnome/02749f02f9f795a5c80f to your computer and use it in GitHub Desktop.

This American Life limits their podcast feed to only the most recently aired episode, but you can download every episode (or a range) using a one-liner like this:

for i in {1..600};do wget http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/$i.mp3 ;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment