Created
January 3, 2024 20:39
-
-
Save sinux-l5d/9688f50990b867a3a07485a7ef47ca46 to your computer and use it in GitHub Desktop.
download every file of a no-js-required website
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
#!/usr/bin/env bash | |
wget --recursive --no-clobber --page-requisites --html-extension --convert-links --domains "$1" --no-parent "https://$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment