Skip to content

Instantly share code, notes, and snippets.

@watsoncoders
Forked from crittermike/wget.sh
Last active June 16, 2023 20:19
Show Gist options
  • Save watsoncoders/3859dc8eced00713b749b891dd216c6a to your computer and use it in GitHub Desktop.
Save watsoncoders/3859dc8eced00713b749b891dd216c6a to your computer and use it in GitHub Desktop.
Download an entire website with wget, along with assets.
wget --recursive --page-requisites --adjust-extension --span-hosts --convert-links --restrict-file-names=windows --domains yoursite.com --no-parent yoursite.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment