This commit is contained in:
Joren 2025-06-01 19:44:24 +02:00
parent 72b85ec281
commit 6e016b802b
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

@ -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 != "" {