LinuxCommandLibrary

deemix

A barebone deezer downloader library built from the ashes of Deezloader Remix.

TLDR

Download a track or playlist

$ deemix [https://www.deezer.com/us/track/00000000]
copy


Download track/playlist at a specific bitrate
$ deemix --bitrate [FLAC|MP3] [url]
copy


Download to a specific path
$ deemix --bitrate [bitrate] --path [path] [url]
copy


Create a portable deemix config in the current directory
$ deemix --portable --bitrate [bitrate] --path [path] [url]
copy

Help

Usage: deemix [OPTIONS] URL... 

Options:
  --portable          Creates the config folder in the same directory where 
                      the script is launched 
  -b, --bitrate TEXT  Overwrites the default bitrate selected 
  -p, --path TEXT     Downloads in the given folder 
  --help              Show this message and exit. 

Copied to clipboard