We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dfc065 + 4a45384 commit a2145beCopy full SHA for a2145be
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
12
- Add support for custom number of retries and user-agent in save_large_file (#278)
13
+- Enhance save_large_file log level (#279)
14
15
### Fixed
16
src/zimscraperlib/download.py
@@ -136,6 +136,7 @@ def save_large_file(
136
f"{retries}",
137
"--retry-connrefused",
138
"--random-wait",
139
+ "--progress=dot:giga",
140
"-O",
141
str(fpath),
142
"-c",
0 commit comments