Skip to content

Instantly share code, notes, and snippets.

@bojanbjelic
Created November 19, 2012 23:35
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bojanbjelic/4114856 to your computer and use it in GitHub Desktop.
download mp3s from a rss feed
wget [RSS URL]
grep -e '[^"]*\.mp3' [downloaded RSS] | grep -o '[^"]*\.mp3' '-' >> list.txt
wget -i list.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment