1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/deemix.md
Vitor Henrique af35564618
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

619 B

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 a UI using the API. More information: https://deemix.app.

  • 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 configuration file in the current directory:

deemix --portable --bitrate {{bitrate}} --path {{path}} {{url}}