From 6ed4fc07ff248e352ba6ef01a76f7abbae789e0b Mon Sep 17 00:00:00 2001 From: Gio Date: Mon, 9 Dec 2019 01:02:17 -0600 Subject: [PATCH] Don't print intentional metadata skips to the console. --- gallery_dl/job.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gallery_dl/job.py b/gallery_dl/job.py index 3241c7c4..19878db1 100644 --- a/gallery_dl/job.py +++ b/gallery_dl/job.py @@ -195,7 +195,6 @@ class DownloadJob(Job): pp.prepare(pathfmt) if kwdict.get("metadata_only"): - self.handle_skip() return if pathfmt.exists(archive):