Home Guides Videos Software

Hello wolrd!

Wiby LandChad

Mirroring/Downloading websites with wget

Since you probably don't want to accidently download very large file you can download this patch which allows limiting file size.

Then you can download site recursively like this:
wget -r -np -p -E -k -K --limit-size=10M site_url

wget also provides options for bypassing download-prevention mechanisms:
wget -r -np -k --random-wait -e robots=off --user-agent "Mozilla/5.0" 'target-url-here'