Fix radio

This commit is contained in:
afk
2026-07-16 19:42:12 +02:00
parent 6648cfc848
commit 5941909646
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -457,6 +457,7 @@ async def process_radio_track(video_link, video_id, title):
# 1. Download with yt-dlp
dl_cmd = [
"yt-dlp",
"--no-cache-dir",
"--extract-audio",
"--output", f"{base_filepath}.%(ext)s",
video_link