Created
February 7, 2019 04:56
-
-
Save nicholasserra/a1882e36b6b32d1871e5a0903faa4731 to your computer and use it in GitHub Desktop.
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
wget \ | |
--recursive \ | |
--header="Accept: text/html" \ | |
--user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" \ | |
--no-clobber \ | |
--page-requisites \ | |
--html-extension \ | |
--convert-links \ | |
--restrict-file-names=windows \ | |
--domains digitalfaq.com \ | |
--no-parent \ | |
www.digitalfaq.com/forum/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment