This commit is contained in:
@ -47,7 +47,7 @@ impl DVMHandler for TikTokDvm {
|
|||||||
bail!("Only URL inputs are accepted")
|
bail!("Only URL inputs are accepted")
|
||||||
};
|
};
|
||||||
|
|
||||||
if input
|
if !input
|
||||||
.host_str()
|
.host_str()
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.map(|h| h.ends_with("tiktok.com"))
|
.map(|h| h.ends_with("tiktok.com"))
|
||||||
|
Reference in New Issue
Block a user