Skip to content

Instantly share code, notes, and snippets.

@hazcod
Created July 20, 2015 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hazcod/8e53c206d2aa820f4037 to your computer and use it in GitHub Desktop.
Save hazcod/8e53c206d2aa820f4037 to your computer and use it in GitHub Desktop.
How to download a website
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains website.org \
--no-parent \
www.website.org/foobar/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment