mirror of
https://github.com/FalloNero/yt-dlp4vlc.git
synced 2026-04-30 06:36:03 -04:00
Update command strings to include --no-warnings flag
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user