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

readme: add playlist name to config example

This commit is contained in:
2026-05-17 13:38:44 +03:00
parent b0c531389e
commit 3291c0c88f
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"url": "https://www.youtube.com/playlist?list=YOUR_PLAYLIST_ID_HERE",
"download_mode": "video",
"max_download_quality": "1080p",
"save_path": "./downloads"
"save_path": "./downloads",
"name": "my favorite playlist"
}
]
}