1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 11:12:40 +01:00
gallery-dl/gallery_dl
ClosedPort22 df77271438
[downloader:http] add 'consume-content' option
* fix connection not being released when the response is neither
  successful nor retried
* add the ability to consume the HTTP response body instead of closing
  the connection

reference:

https://docs.python-requests.org/en/latest/user/advanced/#body-content-workflow
2023-03-09 21:07:10 +08:00
..
downloader [downloader:http] add 'consume-content' option 2023-03-09 21:07:10 +08:00
extractor [newgrounds] prevent archive ID overlap (#3681) 2023-03-06 15:03:49 +01:00
postprocessor [pixiv] fix tag write when set to original 2023-02-19 00:09:05 -06:00
__init__.py add '--config-create' command-line option 2023-03-01 14:49:40 +01:00
__main__.py
aes.py
cache.py
config.py add '--config-create' command-line option 2023-03-01 14:49:40 +01:00
cookies.py put argument init on separate lines 2023-02-10 17:05:20 +01:00
exception.py implement restarting an extractor (#3338) 2023-02-11 21:06:14 +01:00
formatter.py [formatter] enclose f-strings with """ instead of ''' 2023-03-03 20:03:27 +01:00
job.py move executable check into util.py 2023-02-28 23:10:23 +01:00
oauth.py replace remaining instances of base64 with binascii 2023-03-02 18:25:47 +01:00
option.py add '--config-create' command-line option 2023-03-01 14:49:40 +01:00
output.py add 'output.stdout', '.stdin', and '.stderr' options 2023-02-26 14:56:19 +01:00
path.py put argument init on separate lines 2023-02-10 17:05:20 +01:00
text.py add 'default' argument to 'text.extr()' 2022-11-09 11:00:32 +01:00
util.py move executable check into util.py 2023-02-28 23:10:23 +01:00
version.py move user agent string to util.py 2023-02-22 11:09:17 +01:00
ytdl.py [ytdl] fix '--parse-metadata' (#3663) 2023-03-05 19:57:23 +01:00