Files
YoutubePlaylistSync/config/yt-playlist-config.example.json
T
2026-05-16 16:22:24 +03:00

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"
}
]
}