From 081515365da0dfca5892a0fe2155dd00afa8859b Mon Sep 17 00:00:00 2001 From: Kieran Date: Sat, 31 May 2025 20:16:46 +0100 Subject: [PATCH] fix: typo --- src/dvm/tiktok.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dvm/tiktok.rs b/src/dvm/tiktok.rs index 029153b..f414453 100644 --- a/src/dvm/tiktok.rs +++ b/src/dvm/tiktok.rs @@ -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"))