Deezloader Remix is an improved version of Deezloader based on the Reborn branch.
With this app you can download songs, playlists and albums directly from Deezers Server in a single and well packaged app.
If you want to buid it yourself you will need Node.js installed and npm or yarn.
There is a missing file containing the clientSecret e clientId of my SpotifyApp (for spotify integration).
You need to get them here and change the values from here.
module.exports = {
clientId: 'CLIENTID_HERE',
clientSecret: 'CLIENTSECRET_HERE'
}
The file should be put into ./app/authCredentials.js
(the same folder where deezer-api.js
is).
Then to build it you just need to run npm install
or yarn install
and after that compile<OS>.sh
or .bat
.
I am not responsible for the usage of this program by other people.
I do not recommend you doing this illegally or against Deezer's terms of service.
This project is licensed under GNU GPL v3