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