mpvs: use 1080p max

This commit is contained in:
dogeystamp 2023-01-01 14:19:11 -05:00
parent 1b60f3c0e5
commit f904f8a9cf
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -3,7 +3,7 @@
# Custom mpv settings
# passed to yt-dl
FORMAT=""
FORMAT="bestvideo[height<=?1080]+bestaudio/best"
mpv \
--ytdl-format="$FORMAT" \