Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[deezer] Add support for full length songs #10049
Comments
|
here is a pull request for this feature: #13194 |
|
Hello, I would like to add authentication support on deezer.com. I might be able to do it myself but there is no explanations on where to put the code. I can provide you valid credentials. The pull request #13194 can be closed since phihag did it well. I just found out this : https://developers.deezer.com/api/oauth |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.07.09.1. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Current script will only download preview version of 30 seconds of each file and only playlists.
I suggest using this python script I found in Github
https://github.com/reversing-research/deezer-download/blob/master/deezer-download.py
It works out of the box (pending pull requests can be considered)