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 testfile.wav
play.opus play.opus
output.opus output.opus
*.of
.env .env
*.wav *.wav
*.opus *.opus

View File

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

BIN
vid.of

Binary file not shown.