X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fwget-wrapper;h=e7062cda22ada530c20af8dbaa31ad82242861ed;hb=7c8abf339f6f103cf25d5f6c0d80bc6ae8ed75b6;hp=04ca4ebf2fb9099ece7b354ccc7b857bd4a82ead;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/bin/wget-wrapper b/bin/wget-wrapper index 04ca4eb..e7062cd 100755 --- a/bin/wget-wrapper +++ b/bin/wget-wrapper @@ -2,8 +2,8 @@ . "$HOME"/lib/config/wget -exec wget --continue -N --limit-rate="$wget_speed" --proxy=off \ - --no-directories --trust-server-names "$@" +exec wget -4 --continue --limit-rate="$wget_speed" -N --no-directories \ + --progress=bar:noscroll --proxy=off --trust-server-names "$@" -# Other useful flags are: -b (--background) -# -E (--html-extension) --page-requisites +# Other useful flags are: -b (--background) -E (--html-extension) +# --page-requisites