Add metadata to radio
This commit is contained in:
@@ -458,6 +458,7 @@ async def process_radio_track(video_link, video_id, title):
|
|||||||
dl_cmd = [
|
dl_cmd = [
|
||||||
"yt-dlp",
|
"yt-dlp",
|
||||||
"--no-cache-dir",
|
"--no-cache-dir",
|
||||||
|
"--embed-metadata",
|
||||||
"--extract-audio",
|
"--extract-audio",
|
||||||
"--output",
|
"--output",
|
||||||
f"{base_filepath}.%(ext)s",
|
f"{base_filepath}.%(ext)s",
|
||||||
|
|||||||
Reference in New Issue
Block a user