From 0261fc1db7d272d93554f5eacafc1f06295d297e Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Tue, 14 Oct 2025 11:31:31 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 5 +++++ yt-playlist-config.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 36b13f1..c8f865f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ # ---> Python + + +#Custom for this project +yt-playlist-config.json +bin/ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/yt-playlist-config.json b/yt-playlist-config.json index 5ff9bac..a8b09a3 100644 --- a/yt-playlist-config.json +++ b/yt-playlist-config.json @@ -2,9 +2,9 @@ "playlists": [ { "url": "https://www.youtube.com/playlist?list=PLUmRr21IDW9Ui2Sl9MFsEB7A6u1fNbIDu", - "download_mode": "video", + "download_mode": "both", "max_video_quality": "720p", - "save_path": "C:/Users/DARK_ZOUL/Desktop/downloads/video", + "save_path": "C:/Users/DARK_ZOUL/Desktop/downloads/test", "archive": "archive.txt" } ],