yaronzz / Tidal-Media-Downloader

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://doc.yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
3.38k stars 470 forks source link

[BUG] Don't save cover Mac OS #269

Open steelminder opened 4 years ago

steelminder commented 4 years ago

Which tool tidal-dl

Version 2020.5.14.0

Platform Macos

Bug description Don't save cover for download album by URL

Screenshot

Setting_Tidal_DL
3vilsnake commented 4 years ago

hi, it's seem that openurl not get the url with 'https' protocole on mac... Just add this code to 'download.py' file from module tidal-dl for working : search for : "coverUrl = self.tool ..." and add this line : coverUrl = coverUrl.replace("https","http")

Save and restart tidal-dl

it's working for me. Need to do for all finding result.

Best regards, 3vil

3vilsnake commented 4 years ago

great news ;)

yaronzz commented 4 years ago

try again by the new version