mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-19 21:12:20 +03:00
12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"ffmpeg_path": "./bin/ffmpeg.exe",
|
|
"playlists": [
|
|
{
|
|
"url": "https://www.youtube.com/playlist?list=YOUR_PLAYLIST_ID_HERE",
|
|
"download_mode": "video",
|
|
"max_download_quality": "1080p",
|
|
"save_path": "./downloads"
|
|
}
|
|
]
|
|
}
|