This commit is contained in:
2026-02-28 14:04:03 -08:00
parent b6e4971caf
commit 818d0c0338
4 changed files with 27 additions and 15 deletions

View File

@@ -726,7 +726,7 @@ class YtDlpDefaults:
format: str = "best"
video_format: str = "bestvideo+bestaudio/best"
audio_format: str = "bestaudio/best"
audio_format: str = "bestaudio"
format_sort: Optional[List[str]] = None
cookies_from_browser: Optional[str] = None