Compare commits

...

1 Commits

Author SHA1 Message Date
Marco Piovanello
f7539d8abf prevent RCEs with crafted video files urls 2025-07-23 10:16:40 +02:00

View File

@@ -93,6 +93,7 @@ func (p *Process) Start() {
baseParams := []string{
strings.Split(p.Url, "?list")[0], //no playlist
"--no-exec",
"--newline",
"--no-colors",
"--no-playlist",