Oops
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user