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, ]