This commit is contained in:
Marc Beninca 2025-03-19 12:20:08 +01:00
parent a23e0eb12c
commit aaeb9e6e47
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -128,7 +128,7 @@ def download_video(video_id: str | None) -> None:
if video_id:
ytdl(
{
"format": "bestvideo[ext=mp4]+bestaudio[ext=mp4]",
"format": "bestvideo[ext=webm]+bestaudio[ext=webm]",
"outtmpl": "%(id)s.%(ext)s",
"postprocessors": [
{