/ Published in: Bash
Expand |
Embed | Plain Text
wget -q http://www.example.com/playlist.xml -O - | egrep -o "http://example.com/../mp3[^<]+" | wget -q -i - --wait 1
You need to login to post a comment.
wget -q http://www.example.com/playlist.xml -O - | egrep -o "http://example.com/../mp3[^<]+" | wget -q -i - --wait 1
You need to login to post a comment.