From a799b9f626c52f146bc51e1920131e33f71b5dc1 Mon Sep 17 00:00:00 2001 From: FalloNero Date: Sat, 3 Jan 2026 17:10:46 +0100 Subject: [PATCH] Update command strings to include --no-warnings flag --- youtube.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube.lua b/youtube.lua index a4ed5a6..fc092bc 100644 --- a/youtube.lua +++ b/youtube.lua @@ -49,7 +49,7 @@ function parse() cmd_hidden = 'PowerShell.exe -windowstyle hidden cmd /c &' local cmd = string.format( - '%s "%s" -f \"%s\" -g %s', + '%s "%s" -f \"%s\" -g --no-warnings %s', cmd_hidden, yt_dlp_path, format_string, @@ -63,7 +63,7 @@ function parse() else vlc.msg.info(yt_dlp_silent_path .. " found. Running program") local cmd = string.format( - '%s -s "%s -f \"%s\" -g %s"', + '%s -s "%s -f \"%s\" -g --no-warnings %s"', cmd_hidden, yt_dlp_path, format_string,