This commit is contained in:
Javier Feliz 2025-02-05 21:26:03 -05:00
parent 08890d15c0
commit 6a6ea03e0b
3 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
testfile.wav
play.opus
output.opus
*.of
.env
*.wav
*.opus

View File

@ -175,7 +175,6 @@ func downloadVideo(url string) error {
"-i",
"-q",
"-f", "bestaudio",
"-x",
"-o",
"vid.%(ext)s",
url)

BIN
vid.of

Binary file not shown.