Download music through Deezer from the command-line.
Git and Node.js must be installed. The program can only be used through the command-line, so you'll need some kind of terminal emulator. MacOS, Linux and Windows (PowerShell) have it built-in, but on Android you have to install additional software (I use Termux).
- Clone this git respository.
cd
into the directory.- Run
npm install --global
. cd
into your music directory and start downloading music usingdzdl
(seedzdl --help
for specific options).
If you find a bug, please firstly cd
into the directory and try updating the respository via npm run update
;
if the bug still remains, file an issue here.