spell youtu.be correctly

This commit is contained in:
Oliver Atkinson 2024-05-08 15:04:44 -06:00
parent cfde144d7f
commit 5120e40963

View File

@ -148,7 +148,7 @@ async fn download_url(Form(data): Form<Input>, state: Data<&Arc<AppData>>) -> po
.collect(); .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()); debug!("Downloading {} to {} format.", data.url, data.output.to_format());
match Command::new("yt-dlp") match Command::new("yt-dlp")