From bbe7fac03d881662a458e7fbf870c9d71f5257f4 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 7 Oct 2025 02:11:45 -0400 Subject: New upstream version 1.30.9. --- gallery_dl/postprocessor/exec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gallery_dl/postprocessor/exec.py') diff --git a/gallery_dl/postprocessor/exec.py b/gallery_dl/postprocessor/exec.py index 0bfe1a2..ef11bff 100644 --- a/gallery_dl/postprocessor/exec.py +++ b/gallery_dl/postprocessor/exec.py @@ -50,7 +50,8 @@ class ExecPP(PostProcessor): events = events.split(",") job.register_hooks({event: execute for event in events}, options) - self._init_archive(job, options) + if self._archive_init(job, options): + self._archive_register(job) def _prepare_cmd(self, cmd): if isinstance(cmd, str): -- cgit v1.2.3