Skip to content

Instantly share code, notes, and snippets.

@ziluvatar
Created January 16, 2016 18:58
Show Gist options
  • Save ziluvatar/dcbddfaaf408e0586d4b to your computer and use it in GitHub Desktop.
Save ziluvatar/dcbddfaaf408e0586d4b to your computer and use it in GitHub Desktop.
Download an entire website
# See http://superuser.com/questions/14403/how-can-i-download-an-entire-website
# You can install wget in mac with brew.
wget --mirror -p --html-extension --convert-links www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment