This commit is contained in:
afk
2026-07-16 21:23:59 +02:00
parent 6b12874de6
commit 1a6a0c4382
+2 -2
View File
@@ -436,12 +436,12 @@ async def process_radio_track(video_link, video_id, title):
dl_cmd = [
"yt-dlp",
"--no-cache-dir",
"--cache-dir", "/usr/src/app/.cache",
"--extract-audio",
"--embed-metadata",
"--output",
"--embed-thumbnail",
"--convert-thumbnails", "jpg",
"--output",
f"{base_filepath}.%(ext)s",
video_link,
]