Compare commits

..

No commits in common. "78ed4013929fbcd9b62a42f5530fa7147c82f8fc" and "03312a0079543e0048b8b7aa9edf1c39fede3dcd" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ func getDownloadCommand(item Item, mpdPath string, tempDir string) string {
metadata := parseMetadata(item.Metadata) metadata := parseMetadata(item.Metadata)
keys := getKeys(item.Keys) 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 { for _, key := range keys {
if key != "" { if key != "" {