1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

changed binaries location

- changed binaries location to /bin in config, .py, and in workflow
This commit is contained in:
2025-10-13 09:36:16 +03:00
parent 42dbdc9e37
commit 53e2030d13
5 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
"archive": "archive.txt"
}
],
"yt_dlp_path": "yt-dlp.exe",
"ffmpeg_path": "ffmpeg.exe",
"aria2c_path": "aria2c.exe",
"yt_dlp_path": "./bin/yt-dlp.exe",
"ffmpeg_path": "./bin/ffmpeg.exe",
"aria2c_path": "./bin/aria2c.exe",
"max_parallel_downloads": 10,
"aria2c_connections": 8
}