Skip to content

Instantly share code, notes, and snippets.

@YaYaB
Created August 28, 2019 07:27
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 YaYaB/f58a71a61b933ca632b777133ae53550 to your computer and use it in GitHub Desktop.
Save YaYaB/f58a71a61b933ca632b777133ae53550 to your computer and use it in GitHub Desktop.
Download website
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