X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fwget-m;h=441ea40fe5146476bbecb135b39d64d9ebbb7d06;hb=7c8abf339f6f103cf25d5f6c0d80bc6ae8ed75b6;hp=e20ff8580eabe730ba1af991f3886a4e5134bbbd;hpb=dee119dad3806108d847bc98461c6296fa88d19c;p=dotfiles.git diff --git a/bin/wget-m b/bin/wget-m index e20ff85..441ea40 100755 --- a/bin/wget-m +++ b/bin/wget-m @@ -2,9 +2,9 @@ . "$HOME"/lib/config/wget -exec wget -4 --mirror --continue -e robots=off --limit-rate="$wget_speed" \ - --page-requisites --proxy=off -nH --no-parent --trust-server-names \ - --wait=15 --random-wait "$@" +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)