- requirements.txt
- compose.yaml
- config example
- changed gitignore to not ignore /config
This commit is contained in:
2025-10-18 23:57:16 +03:00
parent b345c16c23
commit 9f0c44c1a3
4 changed files with 29 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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
}