feat: force mp3 downloads with scdl

Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-09-09 14:00:59 +01:00
parent 8b53f310cf
commit 7eaff29e6d

View file

@ -91,6 +91,7 @@ fn download_media(video_url: &str, download_path: &Path, settings: &Settings) ->
"-l",
video_url,
"-c",
"--onlymp3",
"--yt-dlp-args",
"--embed-thumbnail --write-thumbnail",
]);