Skip to content

Instantly share code, notes, and snippets.

@mckelvey
Forked from crittermike/wget.sh
Last active August 6, 2022 14:45
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 mckelvey/e6b62d4816b3940ec216b5f54c77a790 to your computer and use it in GitHub Desktop.
Save mckelvey/e6b62d4816b3940ec216b5f54c77a790 to your computer and use it in GitHub Desktop.
Download an entire website with wget, along with assets.
wget --recursive --no-clobber --page-requisites --adjust-extension --span-hosts --convert-links --no-parent --no-check-certificate -erobots=off --domains yoursite.com yoursite.com/whatever/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment