diff --git a/main.py b/main.py index 0086e96..7e4b42e 100755 --- a/main.py +++ b/main.py @@ -458,6 +458,7 @@ async def process_radio_track(video_link, video_id, title): dl_cmd = [ "yt-dlp", "--no-cache-dir", + "--embed-metadata", "--extract-audio", "--output", f"{base_filepath}.%(ext)s",