fix: forgot the --extractor-args...
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Viktor Varland 2025-09-08 23:05:35 +02:00
parent db2bd135bc
commit e236b4d043
No known key found for this signature in database
GPG key ID: 940DFD5EADD1E94A

View file

@ -100,7 +100,7 @@ func Youtube(d Download, p config.Provider) {
}
if p.Bgutil_server != "" {
args = append(args, fmt.Sprintf("youtubepot-bgutilhttp:base_url=%s", p.Bgutil_server))
args = append(args, "--extractor-args", fmt.Sprintf("youtubepot-bgutilhttp:base_url=%s", p.Bgutil_server))
}
var youtubeArgs []string