1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

Don't print intentional metadata skips to the console.

This commit is contained in:
Gio 2019-12-09 01:02:17 -06:00
parent cfc70a97ab
commit 6ed4fc07ff

View File

@ -195,7 +195,6 @@ class DownloadJob(Job):
pp.prepare(pathfmt)
if kwdict.get("metadata_only"):
self.handle_skip()
return
if pathfmt.exists(archive):