Wget pull down mp3s from a remote sitemap xml file


/ Published in: Bash
Save to your folder(s)



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.