Skip to content
Branch: master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Your favorite flows, straight from shell

⚠️ For legal reasons, dzr does not contain any private keys, so find them yourself.

Preview

Download

See release for the prebuild binary.

Build

cc dzr.c # HTTP only, work with DZR_API method
Build with HTTPS support via LibSSL
apt install gcc libssl1* libssl-dev
gcc dzr.c -DUSE_SSL -lssl -lcrypto -o dzr

Setup

Setup dzr environement variables using the wiki in your .bashrc/.zshrc.

Usage

dzr 997764 > my.mp3
dzr 997764 | mpv -
DZR_FMT=9 dzr 997764 > my.flac
dzr-api artist pink floyds | xargs dzr | mpv -

About

Command Line Deezer Downloader and Decypher For Linux MacOS Windows

Topics

Resources

License

You can’t perform that action at this time.