logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Deezer Downloader - Download Music | Online Free DevTools by Hexmos

Download Deezer music easily with Deemix. Download tracks, playlists, and albums in FLAC or MP3. Free online tool, no registration required.

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://gitlab.com/RemixDev/deemix-py.

  • 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}}

See Also