Revision: 55734
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 20, 2012 16:31 by zanedev
Initial Code
wget -q http://www.example.com/playlist.xml -O - | egrep -o "http://example.com/../mp3[^<]+" | wget -q -i - --wait 1
Initial URL
Initial Description
Initial Title
Wget pull down mp3s from a remote sitemap xml file
Initial Tags
Initial Language
Bash