Skip to content

Instantly share code, notes, and snippets.

@korayguclu
Created June 24, 2017 09:00
Show Gist options
  • Save korayguclu/0cf27e2d66d4d4310d982c8095715c67 to your computer and use it in GitHub Desktop.
Save korayguclu/0cf27e2d66d4d4310d982c8095715c67 to your computer and use it in GitHub Desktop.
Clone a Remote website with wget
wget -U "Mozilla/5.0 (X11; U; Linux; en-US; rv:1.9.1.16) Gecko/20110929 Firefox/3.5.16" --recursive --level=1 --no-clobber --page-requisites --html-extension --convert-links --no-parent --wait=3 --random-wait http://www.example.com/docs/interesting-part/ --domains=www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment