Skip to content

Instantly share code, notes, and snippets.

@mutaku
Created November 20, 2014 15:11
Show Gist options
  • Save mutaku/1a558491dbe5ada72e80 to your computer and use it in GitHub Desktop.
Save mutaku/1a558491dbe5ada72e80 to your computer and use it in GitHub Desktop.
Grab all the current Serial episodes via RSS feed
wget -q -O- http://feeds.serialpodcast.org/serialpodcast | grep -o "<enclosure[ -~][^>]*" | grep -o "http://[ -~][^\"]*" | xargs wget -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment