improve downloader retry behavior

- only retry download on 5xx and 429 status codes
- immediately fail on 4xx status codes
This commit is contained in:
Mike Fährmann
2017-11-10 21:35:53 +01:00
parent 5ee8ca0319
commit 79bcaa8726
6 changed files with 37 additions and 17 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## Unreleased
- Improved retry behavior for failed HTTP downloads
## 1.0.1 - 2017-11-10
- Added support for:
- `xvideos` - https://www.xvideos.com/ ([#45](https://github.com/mikf/gallery-dl/issues/45))