mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 02:55:25 +01:00
Fix -q arg
This commit is contained in:
parent
621c609721
commit
78d9275579
@ -38,15 +38,11 @@ def qobuz_dl_args(
|
||||
"--quality",
|
||||
metavar="int",
|
||||
default=default_quality,
|
||||
choices=[5, 6, 7, 27],
|
||||
help=(
|
||||
'audio "quality" (5, 6, 7, 27)\n'
|
||||
"[320, LOSSLESS, 24B <96KHZ, 24B >96KHZ] (default: 6)"
|
||||
),
|
||||
)
|
||||
custom_parser.add_argument(
|
||||
"-z", "--zip", action="store_true", help="zip the downloaded item(s)"
|
||||
)
|
||||
|
||||
interactive = subparsers.add_parser(
|
||||
"fun",
|
||||
|
Loading…
Reference in New Issue
Block a user