Skip to content

Instantly share code, notes, and snippets.

@polarblau
Created July 3, 2013 21:54
Show Gist options
  • Save polarblau/5923192 to your computer and use it in GitHub Desktop.
Save polarblau/5923192 to your computer and use it in GitHub Desktop.
Spider and download a site with wget
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains domain.com \
--no-parent \
domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment