Skip to content

Commit

Permalink
Fix -q arg
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiko98 committed Dec 9, 2020
1 parent 621c609 commit 78d9275
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions qobuz_dl/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,11 @@ def add_common_arg(custom_parser):
"--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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read_file(fname):

setup(
name=pkg_name,
version="0.5",
version="0.5.1",
author="Vitiko",
author_email="vhnz98@gmail.com",
description="The complete Lossless and Hi-Res music downloader for Qobuz",
Expand Down

0 comments on commit 78d9275

Please sign in to comment.