Skip to content

Instantly share code, notes, and snippets.

@beenotung
Created March 11, 2024 13:47
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 beenotung/58b6f756046a33a94a9687e8ab25ec5a to your computer and use it in GitHub Desktop.
Save beenotung/58b6f756046a33a94a9687e8ab25ec5a to your computer and use it in GitHub Desktop.
wget \
--recursive \
--level=inf \
--waitretry=10 \
--retry-connrefused \
--page-requisites \
--convert-links \
--html-extension \
--adjust-extension \
--span-hosts \
--domains=domain1,domain2 \
https://domain1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment