Skip to content

Instantly share code, notes, and snippets.

@rotexdegba
Last active August 14, 2019 16:43
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 rotexdegba/516046f6ef6943f0e941 to your computer and use it in GitHub Desktop.
Save rotexdegba/516046f6ef6943f0e941 to your computer and use it in GitHub Desktop.
How to download a full copy of a website for offline reading via wget
wget --wait=20 --mirror --convert-links --page-requisites --no-parent -U Mozilla http://www.website.com/
# OR
wget --wait=20 --mirror --convert-links --adjust-extension --page-requisites --no-parent -U Mozilla http://www.website.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment