Updated Readme again

This commit is contained in:
brotoskyj
2025-12-29 15:49:53 -05:00
parent 9b19be2a55
commit f27376f8eb
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ impl EventHandler for Handler {
}
}
};
let output = Command::new("./assets/yt-dlp")
let output = Command::new("./yt-dlp")
.args(["-f", "bestaudio", "-g", &url])
.stdout(Stdio::piped())
.output()