sferaggio / deezer-flac-download

A program to freely download Deezer FLAC files.
Do What The F*ck You Want To Public License
28 stars 8 forks source link

deezer-flac-download

A program to freely download Deezer FLAC files. Tested and working in October 2022. Verified to produce the same audio as other downloaders being used for files present on the internet. A paid Deezer account is required.

The program also downloads cover art, and embeds it, as well as metadata tags, in the FLAC files.

Setup

Create a file at ~/.config/deezer-flac-download/config.toml based on example_config.toml. The contents are as follows:

Usage

  1. Find the album's ID by navigating to it and looking at the URL. It's the string of numbers.
  2. go run . album <album_id>

You can also download multiple albums: go run . album 1234 2345 3456.

FAQ

How do I use this on Windows?

lol