From f65351a4282b68f599c318a86bb51952a31f17ce Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 20 Sep 2022 14:54:42 +0100 Subject: [PATCH] mpv: select bestvideo even if it contains audio too --- mpv/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv/config b/mpv/config index df8f4b3..f0ccb00 100644 --- a/mpv/config +++ b/mpv/config @@ -1,5 +1,5 @@ # default ytdl -ytdl-format=bestvideo[height<=720]+bestaudio/best[height<=720] +ytdl-format=bestvideo*[height<=720]+bestaudio/best[height<=720] cache=auto no-sub -- 2.48.1