Return to Snippet

Revision: 55734
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