webm
This commit is contained in:
parent
a23e0eb12c
commit
aaeb9e6e47
1 changed files with 1 additions and 1 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue