Friday, February 3, 2012

Copy a website using wget

Download a copy of a whole website using wget

Code:
wget --random-wait --limit-rate=20K -r -p -e robots=off -U mozilla http://www.targetsite.com
Use at your own risk, no responsibility taken, this might break your machine &/or get you into trouble & it will probably upset the targetsite you are downloading, etcetera, etcetera.

No comments: