From 579588a43b667e077c13711d5bf6e39b553b1c39 Mon Sep 17 00:00:00 2001 From: blank X Date: Wed, 22 Jun 2022 15:17:46 +0700 Subject: [PATCH] Fix support for curl 7.58.0 --- sponsorblock_lm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sponsorblock_lm.lua b/sponsorblock_lm.lua index f8c61d9..238d6c9 100644 --- a/sponsorblock_lm.lua +++ b/sponsorblock_lm.lua @@ -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