diff --git a/TIDALDL-PY/exe/tidal-dl.exe b/TIDALDL-PY/exe/tidal-dl.exe index 9f603ca..6b90c81 100644 Binary files a/TIDALDL-PY/exe/tidal-dl.exe and b/TIDALDL-PY/exe/tidal-dl.exe differ diff --git a/TIDALDL-PY/tidal_dl/printf.py b/TIDALDL-PY/tidal_dl/printf.py index 13e0572..13673f7 100644 --- a/TIDALDL-PY/tidal_dl/printf.py +++ b/TIDALDL-PY/tidal_dl/printf.py @@ -30,7 +30,7 @@ __LOGO__ = ''' https://github.com/yaronzz/Tidal-Media-Downloader ''' -VERSION = '2022.01.21.1' +VERSION = '2022.01.21.2' class Printf(object): diff --git a/TIDALDL-PY/tidal_dl/util.py b/TIDALDL-PY/tidal_dl/util.py index c4e70fe..b8ef310 100644 --- a/TIDALDL-PY/tidal_dl/util.py +++ b/TIDALDL-PY/tidal_dl/util.py @@ -151,7 +151,7 @@ def getAlbumPath(conf: Settings, album): retpath = retpath.replace(R"{NumberOfTracks}", str(album.numberOfTracks)) retpath = retpath.replace(R"{NumberOfVideos}", str(album.numberOfVideos)) retpath = retpath.replace(R"{NumberOfVolumes}", str(album.numberOfVolumes)) - retpath = retpath.replace(R"{ReleaseDate}", album.releaseDate) + retpath = retpath.replace(R"{ReleaseDate}", str(album.releaseDate)) retpath = retpath.replace(R"{RecordType}", album.type) retpath = retpath.replace(R"{None}", "") retpath = stripPath(retpath.strip()) diff --git a/TIDALDL-PY/updatelog.md b/TIDALDL-PY/updatelog.md index ee9b83d..b4c04d4 100644 --- a/TIDALDL-PY/updatelog.md +++ b/TIDALDL-PY/updatelog.md @@ -3,6 +3,7 @@ USE pip3 install tidal-dl --upgrade #### v2022-01-21 - [x] update api key by @morguldir +- [x] Fix bug of "ReleaseDate" #### v2022-01-18 - [X] Gui: search view