Compare commits
	
		
			4 Commits
		
	
	
		
			03312a0079
			...
			bugfixes
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						6e016b802b
	
				 | 
					
					
						|||
| 
						
						
							
						
						72b85ec281
	
				 | 
					
					
						|||
| 
						
						
							
						
						b2e3268ad1
	
				 | 
					
					
						|||
| 
						
						
							
						
						1af43b111c
	
				 | 
					
					
						
@@ -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 != "" {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user