1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
gallery-dl/gallery_dl
Mike Fährmann 0ef1fcab20
[postprocessor] update 'finalize' events
Add 'finalize-error' and 'finalize-success' events that trigger
depending on whether error(s) did or did not happen.

'finalize' itself now always triggers regardless of error status.
(was supposed to have the same behavior as the new 'finalize-success')
2023-08-10 19:46:37 +02:00
..
downloader [downloader:http] close connection when file already exists (#3748) 2023-08-08 23:35:43 +08:00
extractor [giantessbooru] fix and move to separate module (#4373) 2023-08-09 18:36:56 +02:00
postprocessor [postprocessor] update 'finalize' events 2023-08-10 19:46:37 +02:00
__init__.py support selecting a domain for '--cookies-from-browser' 2023-05-06 15:09:49 +02:00
__main__.py return with non-zero exit status on error 2019-10-27 23:54:18 +01:00
actions.py implement 'actions' 2023-03-10 22:08:10 +01:00
aes.py implement --cookies-from-browser (#1606) 2022-05-07 23:06:37 +02:00
cache.py run tests without using 'nose' 2021-10-13 04:07:41 +02:00
config.py remove '*' indicating keyword-only arguments 2023-05-02 22:23:33 +02:00
cookies.py [cookies] update logging behavior (#4050) 2023-05-12 16:34:17 +02:00
exception.py implement restarting an extractor (#3338) 2023-02-11 21:06:14 +01:00
formatter.py [formatter] implement 'H' conversion (#4164) 2023-06-15 13:07:51 +02:00
job.py [postprocessor] update 'finalize' events 2023-08-10 19:46:37 +02:00
oauth.py replace remaining instances of base64 with binascii 2023-03-02 18:25:47 +01:00
option.py add '-C' as short option for '--cookies' 2023-05-06 20:45:44 +02:00
output.py [output] set 'errors=replace' for output streams (#3765) 2023-03-14 13:30:04 +01:00
path.py add "ascii+" as a special 'path-restrict' value (#4371) 2023-08-01 19:33:53 +02: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 [twitter] remove '/search/adaptive.json' 2023-07-18 15:45:37 +02:00
ytdl.py [ytdl] fix crash due to removed 'no_color' attribute 2023-05-25 23:11:49 +02:00