Created
August 28, 2019 07:27
-
-
Save YaYaB/f58a71a61b933ca632b777133ae53550 to your computer and use it in GitHub Desktop.
Download website
This file contains hidden or 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
NAME_WEBSITE="" | |
COOKIES="" | |
wget --mirror \ | |
--convert-links \ | |
--adjust-extension \ | |
--page-requisites \ | |
--no-parent \ | |
--random-wait \ | |
-r -p -e robots=off -U mozilla \ | |
--header "Cookie: ${COOKIES}" \ | |
${NAME_WEBSITE} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment