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))
|
.. utils.format_json(split(options.categories))
|
||||||
proc = mp.command_native({
|
proc = mp.command_native({
|
||||||
name = "subprocess",
|
name = "subprocess",
|
||||||
args = {"curl", "--no-progress-meter", "--globoff", url},
|
args = {"curl", "--silent", "--show-error", "--globoff", url},
|
||||||
playback_only = true,
|
playback_only = true,
|
||||||
capture_stdout = true,
|
capture_stdout = true,
|
||||||
capture_stderr = false
|
capture_stderr = false
|
||||||
|
|
Loading…
Reference in New Issue