Add ytdl options to https
This commit is contained in:
parent
aa58c91206
commit
d68c5d0d0a
1 changed files with 6 additions and 1 deletions
|
|
@ -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='
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue