]> git.phdru.name Git - dotfiles.git/commitdiff
bin/wget-*: add option -4; reorder options
authorOleg Broytman <phd@phdru.name>
Mon, 26 Jan 2015 06:43:20 +0000 (09:43 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 26 Jan 2015 06:43:20 +0000 (09:43 +0300)
bin/wget-m
bin/wget-wrapper

index f678271955d5810513fe93913f5e2f1475d3ec4e..e20ff8580eabe730ba1af991f3886a4e5134bbbd 100755 (executable)
@@ -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)
index 04ca4ebf2fb9099ece7b354ccc7b857bd4a82ead..1df075a514332d9333b585874fce706102609d57 100755 (executable)
@@ -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