Skip to content

Instantly share code, notes, and snippets.

@bojanbjelic
Created November 19, 2012 23:35
Show Gist options
  • Save bojanbjelic/4114856 to your computer and use it in GitHub Desktop.
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