RemixDev 099d27c748 Merge branch 'master' of https://notabug.org/RemixDevs/DeezloaderRemix | 6 tahun lalu | |
---|---|---|
app | 6 tahun lalu | |
build | 6 tahun lalu | |
.gitignore | 6 tahun lalu | |
LICENSE | 6 tahun lalu | |
README.md | 6 tahun lalu | |
clean.bat | 6 tahun lalu | |
clean.sh | 6 tahun lalu | |
compileLinux.sh | 6 tahun lalu | |
compileMacOS.sh | 6 tahun lalu | |
compileWindows32.bat | 6 tahun lalu | |
compileWindows64.bat | 6 tahun lalu | |
package.json | 6 tahun lalu | |
start.bat | 6 tahun lalu | |
start.sh | 6 tahun lalu | |
startServer.bat | 6 tahun lalu | |
update.json | 6 tahun lalu |
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