Using youtube-dl to download Deezer playlist?

Is it possible to download a Deezer.com playlist using youtube-dl? I tried inputting the Deezer playlist link and it only downloads 30 second samples of the songs. Any way to get the full songs?

2 Answers

While youtube-dl have supported DeezerPlaylist, but unfortunately if you try download playlist from Deezer, it will only download preview version of 30 seconds of each file.

On their GitHub page, you can clearly saw several user desperately trying to get Deezer Playlist/Track working fully downloadable with youtube-dl. Some has opened new issues about it:

Nevertheless, an contributor has create a python script named deezer.py, you can consider try this script for downloading purpose. I don't know what the script does as there aren't description yet, moreover I'm not familiar with python.

Update

Sadly, even deezer.py script unable to grab full length of track, someone has confirmed this:

Currently only 30 seconds previews are supported.

Duplicate of #10049.

So most likely you have to be patient, until youtube-dl developer support full track.

1

I posted a pull request for youtube-dl: , which adds full deezer support. It is based on an earlier version available, via tor, on .

There is a separate script, which extract's mp3's from your browser's .har file ( saved from ctrl-shift-i - network debugger ). This works best from firefox, where the .har response size limit is user configurable.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like