From 6e016b802b80a7419ff5a5fa93b130cfb7f21573 Mon Sep 17 00:00:00 2001 From: Joren Date: Sun, 1 Jun 2025 19:44:24 +0200 Subject: [PATCH] ye --- src/downloaders.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/downloaders.go b/src/downloaders.go index bea2500..0d13606 100644 --- a/src/downloaders.go +++ b/src/downloaders.go @@ -168,7 +168,7 @@ func getDownloadCommand(item Item, mpdPath string, tempDir string) string { metadata := parseMetadata(item.Metadata) keys := getKeys(item.Keys) - command := fmt.Sprintf("%s \"%s\"", config.N_m3u8DLRE.Path, mpdPath) + command := fmt.Sprintf("%s '%s'", config.N_m3u8DLRE.Path, mpdPath) for _, key := range keys { if key != "" {