mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 02:55:25 +01:00
Fix help message
This commit is contained in:
parent
95d32f99b1
commit
9a57d179ce
@ -108,7 +108,7 @@ def add_common_arg(custom_parser, default_folder, default_quality):
|
|||||||
metavar="PATTERN",
|
metavar="PATTERN",
|
||||||
help="""pattern for formatting folder names, e.g
|
help="""pattern for formatting folder names, e.g
|
||||||
"{artist} - {album} ({year})". available keys: artist,
|
"{artist} - {album} ({year})". available keys: artist,
|
||||||
albumartist, album, year, sampling_rate, bit_rate, tracktitle, version.
|
albumartist, album, year, sampling_rate, bit_depth, tracktitle, version.
|
||||||
cannot contain characters used by the system, which includes /:<>""",
|
cannot contain characters used by the system, which includes /:<>""",
|
||||||
)
|
)
|
||||||
custom_parser.add_argument(
|
custom_parser.add_argument(
|
||||||
|
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ requirements = read_file("requirements.txt").strip().split()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=pkg_name,
|
name=pkg_name,
|
||||||
version="0.9.9",
|
version="0.9.9.2",
|
||||||
author="Vitiko",
|
author="Vitiko",
|
||||||
author_email="vhnz98@gmail.com",
|
author_email="vhnz98@gmail.com",
|
||||||
description="The complete Lossless and Hi-Res music downloader for Qobuz",
|
description="The complete Lossless and Hi-Res music downloader for Qobuz",
|
||||||
|
Loading…
Reference in New Issue
Block a user