Created
August 22, 2021 23:41
-
-
Save willyarisky/0cee29b2ee28d2ce11496619af3e9500 to your computer and use it in GitHub Desktop.
wget command to download website as html
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 nebula-innovations.com \ | |
--no-parent \ | |
nebula-innovations.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment