mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05: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