From 301c70735b0377b9d1ba1ddc44184ce445a761aa Mon Sep 17 00:00:00 2001 From: Sadeed Date: Mon, 5 Oct 2020 20:10:50 +0500 Subject: [PATCH] deemix: add page (#4381) --- pages/common/deemix.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/common/deemix.md diff --git a/pages/common/deemix.md b/pages/common/deemix.md new file mode 100644 index 0000000000..a594fc7ef9 --- /dev/null +++ b/pages/common/deemix.md @@ -0,0 +1,21 @@ +# deemix + +> A barebone deezer downloader library built from the ashes of Deezloader Remix. +> It can be used as a standalone CLI app or implemented in an UI using the API. +> More Information: . + +- Download a track or playlist: + +`deemix {{https://www.deezer.com/us/track/00000000}}` + +- Download track / playlist at a specific bitrate: + +`deemix --bitrate {{FLAC|MP3}} {{url}}` + +- Download to a specific path: + +`deemix --bitrate {{bitrate}} --path {{path}} {{url}}` + +- Create a portable deemix config in the current directory: + +`deemix --portable --bitrate {{bitrate}} --path {{path}} {{url}}`