forked from lix-project/lix
* Use the regular progress bar; the hash bar isn't very useful when
the size of the download isn't known in advance.
This commit is contained in:
parent
fd2e14b3c8
commit
d4ca5c3952
|
@ -60,7 +60,7 @@ removeTempDir() {
|
|||
|
||||
|
||||
doDownload() {
|
||||
@curl@ $cacheFlags --fail -# --location --max-redirs 20 --disable-epsv \
|
||||
@curl@ $cacheFlags --fail --location --max-redirs 20 --disable-epsv \
|
||||
--cookie-jar $tmpPath/cookies "$url" -o $tmpFile
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue