Compare commits

...

1 Commits

Author SHA1 Message Date
6e016b802b
ye 2025-06-01 19:44:24 +02:00

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