Created
February 6, 2022 12:14
-
-
Save Den1al/fa2811a45a7ad5d060e3e646053d2638 to your computer and use it in GitHub Desktop.
Use WGET to download all files recursively from a directory listing
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> \ | |
--no-parent <URL> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment