Created
July 3, 2013 21:54
-
-
Save polarblau/5923192 to your computer and use it in GitHub Desktop.
Spider and download a site with wget
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
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