Skip to content

Instantly share code, notes, and snippets.

@BoZhuM
Created November 28, 2013 12:14
Show Gist options
  • Save BoZhuM/7690961 to your computer and use it in GitHub Desktop.
Save BoZhuM/7690961 to your computer and use it in GitHub Desktop.
download a whole site using wget
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains website.org \
--no-parent \
www.website.org/tutorials/html/
#juse run `man wget` to get the docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment