From fb392534efdc9ef9b33387103753ae3cd1fdda96 Mon Sep 17 00:00:00 2001 From: Debanuj Roy <74694153+KaiAllAlone@users.noreply.github.com> Date: Sun, 12 Oct 2025 08:03:23 +0530 Subject: [PATCH 1/2] Add Pokemon Forums --- sherlock_project/resources/data.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 471d601d..6272a0d9 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -11,6 +11,13 @@ "urlMain": "https://www.1337x.to/", "username_claimed": "FitGirl" }, + "Pokemon Forums": { + "errorMsg": "User Not Found", + "errorType": "message", + "url": "https://community.pokemon.com/en-us/profile/{}", + "urlMain": "https://apclips.com/en-us/", + "username_claimed": "mod_ginger" + }, "2Dimensions": { "errorType": "status_code", "url": "https://2Dimensions.com/a/{}", @@ -3005,4 +3012,4 @@ "regexCheck": "", "username_claimed": "example" } - } \ No newline at end of file + } From 1be2abb056bb10f4d438823b42cd874c967ff953 Mon Sep 17 00:00:00 2001 From: Debanuj Roy <74694153+KaiAllAlone@users.noreply.github.com> Date: Sun, 12 Oct 2025 13:39:55 +0530 Subject: [PATCH 2/2] Resolved wrong urlMain --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 6272a0d9..3b8898b6 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -15,7 +15,7 @@ "errorMsg": "User Not Found", "errorType": "message", "url": "https://community.pokemon.com/en-us/profile/{}", - "urlMain": "https://apclips.com/en-us/", + "urlMain": "https://community.pokemon.com/en-us/", "username_claimed": "mod_ginger" }, "2Dimensions": {