Skip to content

Instantly share code, notes, and snippets.

@kazzkiq
Created January 19, 2022 02:12
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 kazzkiq/91745f6cc477355266c0ae09977317c1 to your computer and use it in GitHub Desktop.
Save kazzkiq/91745f6cc477355266c0ae09977317c1 to your computer and use it in GitHub Desktop.
Download entire website with wget

Simply run this command:

wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org

The command will download the website and any link it finds, and update those links to run even if you call them locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment