diff --git a/quickget b/quickget index a0cda14..a7d2b52 100755 --- a/quickget +++ b/quickget @@ -846,7 +846,7 @@ function web_get() { fi echo #Necessary as aria2c in suppressed mode does not have new lines else - if ! wget --quiet --continue --show-progress --progress=bar:force:noscroll "${URL}" -O "${DIR}/${FILE}"; then + if ! wget --quiet --continue --tries=3 --read-timeout=10 --show-progress --progress=bar:force:noscroll "${URL}" -O "${DIR}/${FILE}"; then echo "ERROR! Failed to download ${URL} with wget. Try running 'quickget' again." exit 1 fi