establish config defaults

This commit is contained in:
2026-05-16 16:22:24 +03:00
parent 5d4cba3df3
commit 8e3a7e3920
6 changed files with 38 additions and 13 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"ffmpeg_path": "./bin/ffmpeg.exe",
"playlists": [
{
"url": "https://www.youtube.com/playlist?list=YOUR_PLAYLIST_ID_HERE",
"download_mode": "audio",
"download_mode": "video",
"max_download_quality": "1080p",
"save_path": "./downloads"
}
],
"ffmpeg_path": "./ffmpeg"
]
}