Changed yt-video to get a best quality mp4

This commit is contained in:
Marcin Woźniak 2025-01-19 01:57:56 +01:00
parent 28dcc47992
commit 5e19d80d7e

View File

@ -1,2 +1,2 @@
#!/bin/bash
yt-dlp "$@"
yt-dlp "$@" -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"