[external/curl] respect more downloader options and display progress
This commit is contained in:
parent
3cddb8d6a7
commit
98e698f1ff
2 changed files with 17 additions and 0 deletions
|
@ -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 []
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue