X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fwget-m;h=e20ff8580eabe730ba1af991f3886a4e5134bbbd;hb=a56bc9e3b943afb9058897a47c23baf0f91fa808;hp=f678271955d5810513fe93913f5e2f1475d3ec4e;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/bin/wget-m b/bin/wget-m index f678271..e20ff85 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 --mirror --continue -e robots=off --limit-rate="$wget_speed" \ + --page-requisites --proxy=off -nH --no-parent --trust-server-names \ + --wait=15 --random-wait "$@" # Other useful flags are: -b (--background) --cut-dirs -E (--html-extension) # -k (--convert-links)