From 91c1964918d398718a90161205446f8c470615e5 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Thu, 23 Oct 2025 08:04:41 -0300 Subject: [PATCH] Add GameFaqs support (#2721) Co-authored-by: Maquinero123456 --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 033cb7ae..be99f675 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -935,6 +935,12 @@ "urlMain": "https://www.gamespot.com/", "username_claimed": "blue" }, + "GameFAQs": { + "errorType": "status_code", + "url": "https://gamefaqs.gamespot.com/community/{}", + "urlMain": "https://gamefaqs.gamespot.com", + "username_claimed": "blue" + }, "GeeksforGeeks": { "errorType": "status_code", "url": "https://auth.geeksforgeeks.org/user/{}",