From 1a1f50cc96d66ab0bebd436401ae25e1caa9177a Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Tue, 14 Oct 2025 10:06:25 +0300 Subject: [PATCH] Add default download mode and max video quality settings to configuration file --- yt-playlist-config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yt-playlist-config.json b/yt-playlist-config.json index f8eb2d7..84149e9 100644 --- a/yt-playlist-config.json +++ b/yt-playlist-config.json @@ -9,6 +9,8 @@ "yt_dlp_path": "./bin/yt-dlp.exe", "ffmpeg_path": "./bin/ffmpeg.exe", "aria2c_path": "./bin/aria2c.exe", + "download_mode": "audio", + "max_video_quality": "1080p", "max_parallel_downloads": 10, "aria2c_connections": 8 } \ No newline at end of file