2008/03/08

Wget down them all

Wget option, similar to Down Them All firefox extention

arz@niyala ~ $ wget -c -r -l1 -nd -np -A.tar.bz2 -erobots=off http://www.test.com/files

-c = continue, resumable download
-r = recursive, mirroring mode
-l1 = depth level recursive
-nd = no directory, using present directory
-np = no parent, only that links, not parent links
-A.mp3 = file type, download only .mp3 files
-erobots = disable robot.txt files

No comments: