mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-18 20:43:54 +03:00
17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"playlists": [
|
|
{
|
|
"url": "https://www.youtube.com/playlist?list=YOUR_PLAYLIST_ID_HERE",
|
|
"download_mode": "audio",
|
|
"max_video_quality": "1080p",
|
|
"save_path": "./downloads",
|
|
"archive": "archive.txt"
|
|
}
|
|
],
|
|
"yt_dlp_path": "./bin/yt-dlp",
|
|
"ffmpeg_path": "./bin/ffmpeg",
|
|
"aria2c_path": "./bin/aria2c",
|
|
"max_parallel_downloads": 6,
|
|
"aria2c_connections": 4
|
|
}
|