Skip to content

Instantly share code, notes, and snippets.

@port19x
Created November 6, 2024 09:04
Show Gist options
  • Save port19x/1e9b979c04f97b37919118f74bb5b87e to your computer and use it in GitHub Desktop.
Save port19x/1e9b979c04f97b37919118f74bb5b87e to your computer and use it in GitHub Desktop.
how to download a website
nice wget --mirror --execute robots=off --no-verbose --convert-links \
--backup-converted --page-requisites --adjust-extension \
--base=./ --directory-prefix=./ --span-hosts \
--domains=www.example.com,example.com http://www.example.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment