X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fwget-m;h=441ea40fe5146476bbecb135b39d64d9ebbb7d06;hb=7c8abf339f6f103cf25d5f6c0d80bc6ae8ed75b6;hp=f678271955d5810513fe93913f5e2f1475d3ec4e;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/bin/wget-m b/bin/wget-m index f678271..441ea40 100755 --- a/bin/wget-m +++ b/bin/wget-m @@ -2,9 +2,9 @@ . "$HOME"/lib/config/wget -exec wget --mirror --continue -e robots=off --limit-rate="$wget_speed" \ - --page-requisites --wait=15 --random-wait --proxy=off -nH --no-parent \ - --trust-server-names "$@" +exec wget -4 --continue -e robots=off --limit-rate="$wget_speed" \ + --mirror -nH --no-parent --page-requisites --progress=bar:noscroll \ + --proxy=off --trust-server-names --random-wait --wait=15 "$@" # Other useful flags are: -b (--background) --cut-dirs -E (--html-extension) # -k (--convert-links)