acgonzales / pydeezer

A package to search and download musics on Deezer.
The Unlicense
52 stars 14 forks source link

MP3_320 not working. Says too many data to unpack. #5

Closed VikasRana closed 4 years ago

VikasRana commented 4 years ago

track["download"](download_dir, filename = 'Track 01.mp3', quality=track_formats.MP3_320)

isnt working.

Raises this error File "C:\Python37\lib\site-packages\pydeezer\Deezer.py", line 404, in download_track track, quality, fallback=fallback, renew=renew, **kwargs)

ValueError: too many values to unpack (expected 2)

acgonzales commented 4 years ago

I am in no way of testing the code now so I edited the code directly here at GitHub and I think it should be working properly now.

You may reopen this if the issue still persists.

VikasRana commented 4 years ago

Works again. Awesome project.