diff options
Diffstat (limited to 'gallery_dl/job.py')
| -rw-r--r-- | gallery_dl/job.py | 3 |
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) |
