diff --git a/src/main.rs b/src/main.rs
index 8fc37b8..d89c5dc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -148,7 +148,7 @@ async fn download_url(Form(data): Form, state: Data<&Arc>) -> po
.collect();
}
- if domain == "youtube.com" || domain == "yout.be" {
+ if domain == "youtube.com" || domain == "youtu.be" {
debug!("Downloading {} to {} format.", data.url, data.output.to_format());
match Command::new("yt-dlp")