From e236b4d043a92f5036fa5937067b5adc792d90b1 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Mon, 8 Sep 2025 23:05:35 +0200 Subject: [PATCH] fix: forgot the --extractor-args... --- internal/dl/dl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dl/dl.go b/internal/dl/dl.go index b847402..7f1656f 100644 --- a/internal/dl/dl.go +++ b/internal/dl/dl.go @@ -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