Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created December 8, 2013 22:44
Show Gist options
  • Save zackn9ne/7864789 to your computer and use it in GitHub Desktop.
Save zackn9ne/7864789 to your computer and use it in GitHub Desktop.
UNIX: download podcast
wget -q -O- http://feed.podcast.ubuntu-uk.org/ogg/ | 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