From 8a2edcacdf529792aa4f087b1886cd4fe93cb260 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Fri, 4 Jul 2025 20:40:11 -0300 Subject: [PATCH] Update default audio quality in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f2cd0..9443e66 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Config file values can be overridden using command-line arguments. | `--overwrite` / `overwrite` | Overwrite existing files. | `false` | | `--exclude-tags` / `exclude_tags` | Comma-separated tags to exclude. | `null` | | `--truncate` / `truncate` | Maximum length of the file/folder names. | `null` | -| `--audio-quality`, `-a` / `audio_quality` | Audio quality for songs and podcasts. | `vorbis-medium` | +| `--audio-quality`, `-a` / `audio_quality` | Audio quality for songs and podcasts. | `aac-medium` | | `--download-mode`, `-d` / `download_mode` | Download mode for songs and podcasts. | `ytdlp` | | `--remux-mode-audio` / `remux_mode_audio` | Remux mode for songs and podcasts. | `ffmpeg` | | `--lrc-only`, `-l` / `lrc_only` | Download only the synced lyrics. | `false` |