Skip to content

Commit

Permalink
upload new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronzz committed Jun 23, 2022
1 parent dc57d4d commit 2c392f0
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 61 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"-o",
"e:\\test",
"-q",
"0"
"0",
"-g"
]
},
{
Expand Down
Binary file modified TIDALDL-PY/exe/tidal-dl.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion TIDALDL-PY/tidal_dl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def mainCommand():
return
if opt in ('-g', '--gui'):
showGui = True
return
continue
if opt in ('-l', '--link'):
link = val
continue
Expand Down
3 changes: 2 additions & 1 deletion TIDALDL-PY/tidal_dl/printf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from tidal_dl.lang.language import *


VERSION = '2022.06.20.1'
VERSION = '2022.06.23.1'
__LOGO__ = f'''
/$$$$$$$$ /$$ /$$ /$$ /$$ /$$
|__ $$__/|__/ | $$ | $$ | $$| $$
Expand Down Expand Up @@ -61,6 +61,7 @@ def usage():
tb = Printf.__gettable__(["OPTION", "DESC"], [
["-h or --help", "show help-message"],
["-v or --version", "show version"],
["-g or --gui", "show simple-gui"],
["-o or --output", "download path"],
["-l or --link", "url/id/filePath"],
["-q or --quality", "track quality('Normal','High,'HiFi','Master')"],
Expand Down
Loading

0 comments on commit 2c392f0

Please sign in to comment.