aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/postprocessor/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/postprocessor/common.py')
-rw-r--r--gallery_dl/postprocessor/common.py4
1 files changed, 4 insertions, 0 deletions
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
@@ -27,6 +27,10 @@ class PostProcessor():
"""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"""