mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[external/curl] respect more downloader options and display progress
This commit is contained in:
		| @@ -2410,6 +2410,8 @@ def dfxp2srt(dfxp_data): | ||||
|  | ||||
| def cli_option(params, command_option, param): | ||||
|     param = params.get(param) | ||||
|     if param: | ||||
|         param = compat_str(param) | ||||
|     return [command_option, param] if param is not None else [] | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user