Oops
This commit is contained in:
@@ -436,12 +436,12 @@ async def process_radio_track(video_link, video_id, title):
|
|||||||
|
|
||||||
dl_cmd = [
|
dl_cmd = [
|
||||||
"yt-dlp",
|
"yt-dlp",
|
||||||
"--no-cache-dir",
|
"--cache-dir", "/usr/src/app/.cache",
|
||||||
"--extract-audio",
|
"--extract-audio",
|
||||||
"--embed-metadata",
|
"--embed-metadata",
|
||||||
"--output",
|
|
||||||
"--embed-thumbnail",
|
"--embed-thumbnail",
|
||||||
"--convert-thumbnails", "jpg",
|
"--convert-thumbnails", "jpg",
|
||||||
|
"--output",
|
||||||
f"{base_filepath}.%(ext)s",
|
f"{base_filepath}.%(ext)s",
|
||||||
video_link,
|
video_link,
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user