From 1a6a0c43826257a237dc301297a96d0253460476 Mon Sep 17 00:00:00 2001 From: afk Date: Thu, 16 Jul 2026 21:23:59 +0200 Subject: [PATCH] Oops --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index af2d785..4d29b27 100755 --- a/main.py +++ b/main.py @@ -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, ]