Created
January 16, 2016 18:58
-
-
Save ziluvatar/dcbddfaaf408e0586d4b to your computer and use it in GitHub Desktop.
Download an entire website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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