Don't forget to remove the .
This commit is contained in:
parent
a1330b3a33
commit
d3d7cc9a9c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
var FileExtensions = []string {".webm",".mp4",".mkv"}
|
||||
var FileExtensions = []string {"webm","mp4","mkv"}
|
||||
|
||||
func getRedirectURL(input string) (string, error) {
|
||||
request, err := http.NewRequest("GET", input, nil)
|
||||
|
|
Loading…
Reference in a new issue