1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
gallery-dl/test
Mike Fährmann 4a348990f4
adjust value resolution for retries/timeout/verify options
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.
2018-10-07 21:13:39 +02:00
..
__init__.py add tests for text-module 2015-10-03 14:51:13 +02:00
test_config.py change config specifiers in input file format 2018-02-16 03:10:41 +01:00
test_cookies.py [batoto] remove module 2018-01-23 21:37:32 +01:00
test_downloader.py adjust value resolution for retries/timeout/verify options 2018-10-07 21:13:39 +02:00
test_extractor.py [test:extractor] small fixes and improvements 2018-08-15 21:49:33 +02:00
test_oauth.py change OAuth test server 2018-06-28 14:32:02 +02:00
test_results.py fix 'content' tests 2018-10-05 21:10:33 +02:00
test_text.py implement text.split_html() 2018-05-27 15:00:41 +02:00
test_util.py re-implement and improve filename formatter 2018-08-25 10:45:14 +02:00