1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
gallery-dl/gallery_dl/downloader
Mike Fährmann 58e95a7487
share extractor and downloader sessions
There was never any "good" reason for the strict separation
between extractors and downloaders. This change allows for
reduced resource usage (probably unnoticeable) and less lines
of code at the "cost" of tighter coupling.
2017-06-30 19:38:14 +02:00
..
__init__.py code adjustments according to pep8 2017-01-30 19:40:15 +01:00
common.py change config-path for 'retries' and 'timeout' 2017-03-26 18:24:46 +02:00
http.py share extractor and downloader sessions 2017-06-30 19:38:14 +02:00
text.py improve handling of text:... URLs 2017-05-12 14:10:25 +02:00