mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
Update .gitignore
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# ---> Python
|
||||
|
||||
|
||||
#Custom for this project
|
||||
yt-playlist-config.json
|
||||
bin/
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user