From 937f1f1e74b40e330dab6461e7d6b05bd637edf4 Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Tue, 14 Oct 2025 11:40:07 +0300 Subject: [PATCH] Remove binary executables and config file for yt-playlist-downloader from git --- yt-playlist-config.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 yt-playlist-config.json diff --git a/yt-playlist-config.json b/yt-playlist-config.json deleted file mode 100644 index a8b09a3..0000000 --- a/yt-playlist-config.json +++ /dev/null @@ -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 -} \ No newline at end of file