Created
October 5, 2014 21:04
-
-
Save belsrc/70548d021d15a8e397de to your computer and use it in GitHub Desktop.
Download Site for offline use
This file contains 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
# -p get all images, etc. needed to display HTML page. | |
# --mirror turns on recursion and time-stamping, sets infinite | |
# recursion depth and keeps FTP directory listings | |
# --html-extension save HTML docs with .html extensions | |
# --convert-links make links in downloaded HTML point to local files. | |
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