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 01d0187036
commit 4e37d931f3

View File

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