| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-11 | 825 Bytes | |
| v5.2.1 source code.tar.gz | 2026-01-11 | 283.7 kB | |
| v5.2.1 source code.zip | 2026-01-11 | 291.1 kB | |
| Totals: 3 Items | 575.7 kB | 0 | |
Fixes
- cached_download: Verify file hash before moving to final location instead of after (https://github.com/wkentaro/gdown/pull/417)
- Previously, the hash was verified after moving to the final path, which could leave corrupted files in place if hash verification failed
- download: Fix speed limit throttling logic to use independent byte counter instead of pbar.n (https://github.com/wkentaro/gdown/pull/407)
- The speed limiter now correctly tracks downloaded bytes independently from the progress bar
- Also fixes unnecessary sleep when resuming downloads with speed limit (since pbar.n includes start_size from resumed downloads)
Chores
- Fix missing space in --output help text (https://github.com/wkentaro/gdown/pull/398)
- Fix concatenated string literal in extractall.py error message