X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=bin%2Fwget-m;h=441ea40fe5146476bbecb135b39d64d9ebbb7d06;hp=e20ff8580eabe730ba1af991f3886a4e5134bbbd;hb=f03901c77d56a06f1bd007766e9b9b16b731a6ce;hpb=05ea2b9420f1e238e43fdbde79db6c0861af3e1e 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)