Skip to content

Instantly share code, notes, and snippets.

@morozgrafix
Last active August 29, 2015 13:56
Show Gist options
  • Save morozgrafix/8950036 to your computer and use it in GitHub Desktop.
Save morozgrafix/8950036 to your computer and use it in GitHub Desktop.
Clone the site with wget
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains site.com \
--no-parent \
site.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment