/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
wget -q http://www.example.com/playlist.xml -O - | egrep -o "http://example.com/../mp3[^<]+" | wget -q -i - --wait 1