The Power of wget

in

I just want to keep this bit of info handy that's why I have put it on my blog - I got it from Jeffrey Veen's blog. It basically tells you all the switches to download a directory (possibly music) from the command line, very simply and stably.

Here's the code, go here to find out what it all means:

wget -r -l1 -H -t1 -nd -N -np -A.mp3 -erobots=off -i ~/mp3blogs.txt

Cheers Jeffrey