From bcb3558a73f9061da0cde250534f1f09359451ae Mon Sep 17 00:00:00 2001 From: Mathis Maquenne <124215603+mathismqn@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:59:26 +0200 Subject: [PATCH] docs: document wav download quality --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4523af..4ddcdae 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple Go tool for downloading music from [Deezer](https://www.deezer.com). ## Features - Download playlists, albums, artists' top tracks, and individual tracks -- Choose audio quality: MP3 128 kbps, MP3 320 kbps (default), or FLAC (⚠️ non-premium accounts are limited to 128 kbps) +- Choose audio quality: MP3 128 kbps, MP3 320 kbps (default), or lossless FLAC/WAV (⚠️ non-premium accounts are limited to 128 kbps) - Authenticate with an ARL cookie or with your Deezer email and password - Automatically embed metadata tags (artist, album, title, artwork, etc.) - Fetch and tag tracks with BPM, musical key, and genre @@ -191,7 +191,7 @@ Flags: --bpm fetch BPM/key and add to file tags --genre fetch genre and add to file tags -h, --help help for download - -q, --quality string download quality [mp3_128, mp3_320, flac] (default "mp3_320") + -q, --quality string download quality [mp3_128, mp3_320, flac, wav] (default "mp3_320") --strict fail the download if the requested quality is unavailable -t, --timeout duration timeout for each download (e.g. 10s, 1m, 2m30s) (default 2m0s)