diff --git a/qobuz_dl/commands.py b/qobuz_dl/commands.py index 73fca8a..af581a6 100644 --- a/qobuz_dl/commands.py +++ b/qobuz_dl/commands.py @@ -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", diff --git a/setup.py b/setup.py index 5d606f1..7e5aa3e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if os.name == "nt": 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",