Created
November 19, 2012 23:35
-
-
Save bojanbjelic/4114856 to your computer and use it in GitHub Desktop.
download mp3s from a rss feed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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