From dee119dad3806108d847bc98461c6296fa88d19c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 26 Jan 2015 09:43:20 +0300 Subject: [PATCH] bin/wget-*: add option -4; reorder options --- bin/wget-m | 6 +++--- bin/wget-wrapper | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) 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) diff --git a/bin/wget-wrapper b/bin/wget-wrapper index 04ca4eb..1df075a 100755 --- a/bin/wget-wrapper +++ b/bin/wget-wrapper @@ -2,8 +2,8 @@ . "$HOME"/lib/config/wget -exec wget --continue -N --limit-rate="$wget_speed" --proxy=off \ - --no-directories --trust-server-names "$@" +exec wget -4 --continue --limit-rate="$wget_speed" -N --no-directories \ + --proxy=off --trust-server-names "$@" -# Other useful flags are: -b (--background) -# -E (--html-extension) --page-requisites +# Other useful flags are: -b (--background) -E (--html-extension) +# --page-requisites -- 2.39.2