Skip to content

Instantly share code, notes, and snippets.

@RodrigoDornelles
Created June 25, 2021 14:40
Show Gist options
  • Save RodrigoDornelles/b73131dfb6f06c445be62408c42898c8 to your computer and use it in GitHub Desktop.
Save RodrigoDornelles/b73131dfb6f06c445be62408c42898c8 to your computer and use it in GitHub Desktop.
Download the entire website with the wget command
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains example.com \
--no-parent \
example.com/site/home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment