aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/job.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-07-16 00:39:25 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-07-16 00:39:25 -0400
commitae2a0f5622beaa6f402526f8a7b939419283a090 (patch)
treedf1ee84f90167211ae4817606fe6e7380abb67b1 /gallery_dl/job.py
parentce35450b5308adab049c5bd99095986d4c607027 (diff)
New upstream version 1.22.4.upstream/1.22.4
Diffstat (limited to 'gallery_dl/job.py')
-rw-r--r--gallery_dl/job.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gallery_dl/job.py b/gallery_dl/job.py
index a0adffb..9636bef 100644
--- a/gallery_dl/job.py
+++ b/gallery_dl/job.py
@@ -439,6 +439,9 @@ class DownloadJob(Job):
if self.archive:
self.archive.check = pathfmt.exists
+ if not cfg("postprocess", True):
+ return
+
postprocessors = extr.config_accumulate("postprocessors")
if postprocessors:
self.hooks = collections.defaultdict(list)