Created
November 6, 2024 09:04
-
-
Save port19x/1e9b979c04f97b37919118f74bb5b87e to your computer and use it in GitHub Desktop.
how to download a website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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