1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

add archive format to InfoJob output (#875)

This commit is contained in:
Mike Fährmann 2021-04-06 18:20:42 +02:00
parent 52a7913abe
commit a75e485461
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -604,6 +604,7 @@ class InfoJob(Job):
pc("Filename format", "filename", ex.filename_fmt)
pc("Directory format", "directory", ex.directory_fmt)
pc("Archive format", "archive-format", ex.archive_fmt)
pc("Request interval", "sleep-request", ex.request_interval)
return 0