mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
add archive format to InfoJob output (#875)
This commit is contained in:
parent
52a7913abe
commit
a75e485461
@ -604,6 +604,7 @@ class InfoJob(Job):
|
|||||||
|
|
||||||
pc("Filename format", "filename", ex.filename_fmt)
|
pc("Filename format", "filename", ex.filename_fmt)
|
||||||
pc("Directory format", "directory", ex.directory_fmt)
|
pc("Directory format", "directory", ex.directory_fmt)
|
||||||
|
pc("Archive format", "archive-format", ex.archive_fmt)
|
||||||
pc("Request interval", "sleep-request", ex.request_interval)
|
pc("Request interval", "sleep-request", ex.request_interval)
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user