Add ytdl options to https

This commit is contained in:
Petar Kapriš 2026-01-06 12:38:31 +01:00
parent aa58c91206
commit d68c5d0d0a

View file

@ -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-restore=copy-equal # Sets the profile restore method to "copy if equal"
profile-desc=https profile-desc=https
profile=protocol.http 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] [protocol.ytdl]
profile-restore=copy-equal # Sets the profile restore method to "copy if equal" profile-restore=copy-equal # Sets the profile restore method to "copy if equal"
profile-desc=ytdl profile-desc=ytdl
profile=protocol.http 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='