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