add '--cbz' command-line option
This commit is contained in:
@@ -468,6 +468,15 @@ def build_parser():
|
||||
action="append_const", const="zip",
|
||||
help="Store downloaded files in a ZIP archive",
|
||||
)
|
||||
postprocessor.add_argument(
|
||||
"--cbz",
|
||||
dest="postprocessors",
|
||||
action="append_const", const={
|
||||
"name" : "zip",
|
||||
"extension": "cbz",
|
||||
},
|
||||
help="Store downloaded files in a CBZ archive",
|
||||
)
|
||||
postprocessor.add_argument(
|
||||
"--ugoira-conv",
|
||||
dest="postprocessors", action="append_const", const={
|
||||
|
||||
Reference in New Issue
Block a user