mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
Add default download mode and max video quality settings to configuration file
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
"yt_dlp_path": "./bin/yt-dlp.exe",
|
"yt_dlp_path": "./bin/yt-dlp.exe",
|
||||||
"ffmpeg_path": "./bin/ffmpeg.exe",
|
"ffmpeg_path": "./bin/ffmpeg.exe",
|
||||||
"aria2c_path": "./bin/aria2c.exe",
|
"aria2c_path": "./bin/aria2c.exe",
|
||||||
|
"download_mode": "audio",
|
||||||
|
"max_video_quality": "1080p",
|
||||||
"max_parallel_downloads": 10,
|
"max_parallel_downloads": 10,
|
||||||
"aria2c_connections": 8
|
"aria2c_connections": 8
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user