From e02a5571b6928b01b74b7367e179578f9c0d6b91 Mon Sep 17 00:00:00 2001 From: ranlo Date: Mon, 24 Jun 2024 13:51:54 +0300 Subject: [PATCH] Update data.json (#1559) changed the URL for vidamora.com to www.vidamora.com any username on https://vidamora.com/profile/{username} returns a redirect, to www.vidamora.com on https://www.vidamora.com, you get different behavior for existing and non-existing users. --- maigret/resources/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index f922e1f..14974d6 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -32979,7 +32979,7 @@ "checkType": "status_code", "usernameClaimed": "adam", "usernameUnclaimed": "noonewouldeverusethis7", - "url": "https://vidamora.com/profile/{username}" + "url": "https://www.vidamora.com/profile/{username}" }, "vingle.net": { "checkType": "status_code", @@ -34986,4 +34986,4 @@ "crypto", "ai" ] -} \ No newline at end of file +}