X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fwget-m;h=e20ff8580eabe730ba1af991f3886a4e5134bbbd;hb=dee119dad3806108d847bc98461c6296fa88d19c;hp=f678271955d5810513fe93913f5e2f1475d3ec4e;hpb=fc0030efb11c0ff84fd1465decef4763fd3d4539;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)