Skip to content

Instantly share code, notes, and snippets.

@HansCz
Created March 3, 2015 14:12
Show Gist options
  • Save HansCz/5e5708d654e003938c3c to your computer and use it in GitHub Desktop.
Save HansCz/5e5708d654e003938c3c to your computer and use it in GitHub Desktop.
Wget an entire site recursively
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains the-site-to-get.com \
--no-parent \
-w 2 \
the-site-to-get.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment