mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
a383eca7f6
Introduce an 'initialize()' function that does the actual init (session, cookies, config options) and can called separately from the constructor __init__(). This allows, for example, to adjust config access inside a Job before most of it already happened when calling 'extractor.find()'. |
||
---|---|---|
.. | ||
__init__.py | ||
test_cache.py | ||
test_config.py | ||
test_cookies.py | ||
test_downloader.py | ||
test_extractor.py | ||
test_formatter.py | ||
test_job.py | ||
test_oauth.py | ||
test_output.py | ||
test_postprocessor.py | ||
test_results.py | ||
test_text.py | ||
test_util.py | ||
test_ytdl.py |