From b2dfb14569faf89f08fa89ea892c3db7d082ec31 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Thu, 14 Jan 2021 15:11:05 +0100 Subject: [PATCH] Fix False 100% Rates --- sites.json | 58 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 9 deletions(-) diff --git a/sites.json b/sites.json index 26fd2e4..8fade3b 100644 --- a/sites.json +++ b/sites.json @@ -280,6 +280,11 @@ "return": "false", "string": "Sorry, that player could not be found", "type": "normal" + }, + { + "return": "true", + "string": "{username}", + "type": "advanced" } ], "selected": "false", @@ -1954,6 +1959,11 @@ "return": "true", "string": "og:title", "type": "normal" + }, + { + "return": "true", + "string": "{username}", + "type": "normal" } ], "selected": "false", @@ -2368,8 +2378,8 @@ "url": "https://fiverr.com/{username}", "detections": [ { - "return": "false", - "string": "The user account you are looking for is no longer available.", + "return": "true", + "string": "{username}", "type": "normal" } ], @@ -2807,11 +2817,26 @@ "type": "unavailable" }, { - "url": "https://fosstodon.org/web/accounts/{username}", + "url": "https://fosstodon.org/@{username}", "detections": [ { "return": "false", - "string": "This resource could not be found", + "string": "The page you are looking for isn", + "type": "ocr" + }, + { + "return": "false", + "string": "The page you are looking for isn", + "type": "normal" + }, + { + "return": "true", + "string": "profile:username", + "type": "normal" + }, + { + "return": "true", + "string": "/@{username}", "type": "normal" } ], @@ -3199,6 +3224,11 @@ "return": "false", "string": "You need to sign in or sign up before continuing.", "type": "normal" + }, + { + "return": "true", + "string": "@{username}", + "type": "normal" } ], "selected": "false", @@ -3522,6 +3552,11 @@ "return": "false", "string": "The page you requested", "type": "ocr" + }, + { + "return": "false", + "string": "Page Not Found", + "type": "normal" } ], "selected": "false", @@ -4189,8 +4224,13 @@ "detections": [ { "return": "false", - "string": "This profile is not available", - "type": "normal" + "string": "Join to view full profiles for free", + "type": "advanced" + }, + { + "return": "false", + "string": "An exact match for {username} could not be found.", + "type": "advanced" } ], "selected": "false", @@ -4549,8 +4589,8 @@ "detections": [ { "return": "false", - "string": "User not found", - "type": "ocr" + "string": "Page Not Found", + "type": "advanced" } ], "selected": "false", @@ -8035,4 +8075,4 @@ "implicit": 0, "type": "Projects Archive" } -] +] \ No newline at end of file