@ -28,7 +28,7 @@ func NewYTdl(vid string) ([]byte, error) {
"--ignore-errors",
"--newline",
"--restrict-filenames",
"-f", "140",
"-f", "251",
"--get-url",
).Output()
if err != nil {