Forked from DmitrySandalov/wget-files-cyrillic-friendly.sh
Created
June 8, 2018 17:48
-
-
Save mr-aleks/db8e1696dd09a8d9d2e5cd1815c66a08 to your computer and use it in GitHub Desktop.
Download all files from website using wget (+encoding)
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
#!/bin/zsh | |
wget -m -p -E -k -K -np --restrict-file-names=nocontrol http://site/path/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment