[downloader/external] Respect mtime option for aria2c (#22242)
This commit is contained in:
		
							parent
							
								
									3f46a25a97
								
							
						
					
					
						commit
						71f47617c8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -194,6 +194,7 @@ class Aria2cFD(ExternalFD):
 | 
			
		|||
        cmd += self._option('--interface', 'source_address')
 | 
			
		||||
        cmd += self._option('--all-proxy', 'proxy')
 | 
			
		||||
        cmd += self._bool_option('--check-certificate', 'nocheckcertificate', 'false', 'true', '=')
 | 
			
		||||
        cmd += self._bool_option('--remote-time', 'updatetime', 'true', 'false', '=')
 | 
			
		||||
        cmd += ['--', info_dict['url']]
 | 
			
		||||
        return cmd
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue