mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
4a348990f4
This change introduces 'extractor.*.retries/timeout/verify' options as a general way to set these values for all HTTP requests. 'downloader.http.retries/timeout/verify' is a way to override these options for file downloads only and will fall back to 'extractor.*.…* values if they haven't been explicitly set. Also: downloader classes now take an extractor object as first argument instead of a requests.session. |
||
---|---|---|
.. | ||
__init__.py | ||
test_config.py | ||
test_cookies.py | ||
test_downloader.py | ||
test_extractor.py | ||
test_oauth.py | ||
test_results.py | ||
test_text.py | ||
test_util.py |