Skip to content

Instantly share code, notes, and snippets.

@PhirePhly
Created September 28, 2014 20:51
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 PhirePhly/41eb775fa8d45a67b858 to your computer and use it in GitHub Desktop.
Save PhirePhly/41eb775fa8d45a67b858 to your computer and use it in GitHub Desktop.
wget -q http://musicforprogramming.net/rss.php -O - |
grep -o "http://.*\.mp3" |
sort -u |
while read URL; do wget -c $URL; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment