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

Remove binary executables and config file for yt-playlist-downloader from git

This commit is contained in:
2025-10-14 11:40:07 +03:00
parent 0261fc1db7
commit 937f1f1e74
-17
View File
@@ -1,17 +0,0 @@
{
"playlists": [
{
"url": "https://www.youtube.com/playlist?list=PLUmRr21IDW9Ui2Sl9MFsEB7A6u1fNbIDu",
"download_mode": "both",
"max_video_quality": "720p",
"save_path": "C:/Users/DARK_ZOUL/Desktop/downloads/test",
"archive": "archive.txt"
}
],
"yt_dlp_path": "./bin/yt-dlp.exe",
"ffmpeg_path": "./bin/ffmpeg.exe",
"aria2c_path": "./bin/aria2c.exe",
"max_parallel_downloads": 10,
"aria2c_connections": 8
}