spell youtu.be correctly
This commit is contained in:
parent
cfde144d7f
commit
5120e40963
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user