Hi, Thank you very much for this repo, it has helped me a lot.
I am trying to download some songs using track_id, but some of them fail to download.
I checked the code and found that the download URL could not be generated in get_track_download_url(). No matter what qualities is, <Response [403]> will be returned in https://github.com/acgonzales/pydeezer/blob/e894b2a14d13bc33d83bb71d75d0f6302357b5d8/pydeezer/Deezer.py#L277-L278
But I checked that there is data in track data, there are qualities' filesizes.
Hi, Thank you very much for this repo, it has helped me a lot. I am trying to download some songs using
track_id
, but some of them fail to download. I checked the code and found that the download URL could not be generated inget_track_download_url()
. No matter what qualities is, <Response [403]> will be returned in https://github.com/acgonzales/pydeezer/blob/e894b2a14d13bc33d83bb71d75d0f6302357b5d8/pydeezer/Deezer.py#L277-L278 But I checked that there is data in track data, there are qualities' filesizes.I don't know why. I hope to get your help