Merge pull request 'bugfixes' (#11) from bugfixes into main
Reviewed-on: #11
This commit was merged in pull request #11.
	This commit is contained in:
		@@ -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 != "" {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user