Skip to content

Instantly share code, notes, and snippets.

@RagingTiger
Last active October 22, 2018 16:46
Show Gist options
  • Save RagingTiger/9c8d055328ce568af8f6a94e9cb2ac39 to your computer and use it in GitHub Desktop.
Save RagingTiger/9c8d055328ce568af8f6a94e9cb2ac39 to your computer and use it in GitHub Desktop.
Scrape Website Complete Static Content with wget
wget \
--html-extension \
--progress=bar \
--random-wait \
--convert-links \
--page-requisites \
--span-hosts \
--no-parent \
--user-agent=Mozilla \
$1 # your website here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment