From f9a1a9dcb7df977eeac9544786df9c0b93795815 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Dec 2019 19:40:28 -0500 Subject: New upstream version 1.12.1 --- gallery_dl/postprocessor/common.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gallery_dl/postprocessor/common.py') diff --git a/gallery_dl/postprocessor/common.py b/gallery_dl/postprocessor/common.py index 83b42eb..70b0dfb 100644 --- a/gallery_dl/postprocessor/common.py +++ b/gallery_dl/postprocessor/common.py @@ -26,6 +26,10 @@ class PostProcessor(): def run(pathfmt): """Execute the postprocessor for a file""" + @staticmethod + def run_metadata(pathfmt): + """Execute the postprocessor for a file""" + @staticmethod def run_after(pathfmt): """Execute postprocessor after moving a file to its target location""" -- cgit v1.2.3