diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 9ad2c087..28d801e1 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -293,9 +293,14 @@ no-cache-pause # don't pause when the cache runs low profile-restore=copy-equal # Sets the profile restore method to "copy if equal" profile-desc=https profile=protocol.http +ytdl-format=bestvideo[height<=?1080]+bestaudio/best +slang=de +ytdl-raw-options='ignore-config=,sub-lang="de",write-sub=,write-auto-sub=' [protocol.ytdl] profile-restore=copy-equal # Sets the profile restore method to "copy if equal" profile-desc=ytdl profile=protocol.http -ytdl-raw-options=ignore-config=,sub-format=de,write-sub= +ytdl-format=bestvideo[height<=?1080]+bestaudio/best +slang=de +ytdl-raw-options='ignore-config=,sub-lang="de",write-sub=,write-auto-sub='