Hi! ohc> Even easier: ohc> wget -x -p http://www.start-ab.com/trax04/remixe-yello-2004.html ohc> Done, and bang! And as new files are posted to the page, just run ohc> the same command from your perfect CLI adding the switch ohc> "-nc". Well, that only downloads the index page with some graphics for me. But to get the tracks and just that, this little script should work, if you have perl installed ;) Will also work under windows with an installed cygwin environment. To update the tracks when new ones are added, just run it again. #!/bin/sh wget http://www.start-ab.com/trax04/remixe-yello-2004.html cat remixe-yello-2004.html | perl -n -e'if (m/^.*?(\d+\.mp3).*$/i) {print "http://www.music-by.net/04/tracks_remix/"; print $1; print "\n";}' > trackfiles wget -nc -i trackfiles rm trackfiles remixe-yello-2004.html -- Justin ICQ 37456745 Jabber jastice@amessage.de