mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 14:58:39 +00:00
Update cheatsheets
This commit is contained in:
26
deemix
Normal file
26
deemix
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user