Fix support for curl 7.58.0
This commit is contained in:
parent
1e10fedafe
commit
579588a43b
|
@ -173,7 +173,7 @@ function getSegments(video_id)
|
|||
.. utils.format_json(split(options.categories))
|
||||
proc = mp.command_native({
|
||||
name = "subprocess",
|
||||
args = {"curl", "--no-progress-meter", "--globoff", url},
|
||||
args = {"curl", "--silent", "--show-error", "--globoff", url},
|
||||
playback_only = true,
|
||||
capture_stdout = true,
|
||||
capture_stderr = false
|
||||
|
|
Loading…
Reference in New Issue