From d68c5d0d0a20f7d6dec5c9c1f3d4f839bf93fc1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Tue, 6 Jan 2026 12:38:31 +0100 Subject: [PATCH] Add ytdl options to https --- .config/mpv/mpv.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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='