Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronzz committed Jan 30, 2020
1 parent bc47d56 commit 76e374d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified TIDALDL-PY/exe/tidal-dl.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion TIDALDL-PY/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name = 'tidal-dl',
version="2020.1.22.0",
version="2020.1.30.0",
license="Apache2",
description = "Tidal Music Download.",

Expand Down
5 changes: 4 additions & 1 deletion TIDALDL-PY/tidal_dl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from tidal_dl.download import Download
from tidal_dl.printhelper import printMenu, printChoice2, printErr, printWarring, LOG

TIDAL_DL_VERSION = "2020.1.22.0"
TIDAL_DL_VERSION = "2020.1.30.0"


def logIn(username="", password=""):
Expand Down Expand Up @@ -196,6 +196,9 @@ def main(argv=None):
dl.downloadArtistAlbum(cf.includesingle)
elif choice == 9:
showConfig()
#Hidden Code For Developer [200-299]
elif choice == 200:
dl.downloadArtistAlbum(False)
else:
dl.downloadUrl(strchoice)
dl.downloadByFile(strchoice)
Expand Down

0 comments on commit 76e374d

Please sign in to comment.