Download opus 48k:16:2 so we don't need to resample

nostruct
Stein Ivar Berghei 2022-11-25 10:05:31 +01:00
parent 715144a9e7
commit f2063f5d18
1 changed files with 1 additions and 1 deletions

View File

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