[external/curl] respect more downloader options and display progress

This commit is contained in:
Remita Amine 2016-08-12 12:30:02 +01:00
parent 3cddb8d6a7
commit 98e698f1ff
2 changed files with 17 additions and 0 deletions

View file

@ -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 []