Fix support for curl 7.58.0

This commit is contained in:
blank X 2022-06-22 15:17:46 +07:00
parent 1e10fedafe
commit 579588a43b
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

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