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:
+3
-3
@@ -41,9 +41,9 @@ class ConfigLoader:
|
||||
"archive": "archive.txt"
|
||||
}
|
||||
],
|
||||
"yt_dlp_path": "yt-dlp.exe" if platform.system() == "Windows" else "yt-dlp",
|
||||
"ffmpeg_path": "ffmpeg.exe" if platform.system() == "Windows" else "ffmpeg",
|
||||
"aria2c_path": "aria2c.exe" if platform.system() == "Windows" else "aria2c",
|
||||
"yt_dlp_path": "./bin/yt-dlp.exe" if platform.system() == "Windows" else "yt-dlp",
|
||||
"ffmpeg_path": "./bin/ffmpeg.exe" if platform.system() == "Windows" else "ffmpeg",
|
||||
"aria2c_path": "./bin/aria2c.exe" if platform.system() == "Windows" else "aria2c",
|
||||
"max_parallel_downloads": 10,
|
||||
"aria2c_connections": 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user