diff --git a/exploits.go b/exploits.go index 42e20df..5d4f8a6 100644 --- a/exploits.go +++ b/exploits.go @@ -59,8 +59,6 @@ func handleArgs(args []string, quiet *bool) { } func initCommand(inputFile string, mode string) { - inputFile = strings.ToLower(inputFile) - if strings.HasSuffix(inputFile, ".webm") { switch mode {