Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Last active December 25, 2020 21:21
Show Gist options
  • Select an option

  • Save plasticbrain/6170051 to your computer and use it in GitHub Desktop.

Select an option

Save plasticbrain/6170051 to your computer and use it in GitHub Desktop.
Use wget to download an entire site
wget \
-e robots=off \
--referer="http://www.google.com" \
--user-agent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6" \
--recursive \
--no-clobber \
--page-requisites \
--convert-links \
--domains website.com \
website.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment