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 c9ab8e9d92
commit b748abbf74
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

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