Created
August 11, 2020 09:27
-
-
Save lukas-h/b6c745f864bfc23d6acde39d288fcf36 to your computer and use it in GitHub Desktop.
Scrape website recursively
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 \ | |
--convert-links \ | |
--restrict-file-names=windows \ | |
--domains $1 \ | |
--no-parent \ | |
https://$1/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment