From de81f386221abb73e56869f40a7ee74c316a2360 Mon Sep 17 00:00:00 2001 From: kareemeldahshoury Date: Tue, 29 Apr 2025 15:25:31 -0500 Subject: [PATCH 1/2] Fix Issue #2442: Added support for Aparat --- 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 42327a18..071dd88e 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -121,6 +121,12 @@ "urlMain": "https://discussions.apple.com", "username_claimed": "jason" }, + "Aparat": { + "errorType": "status_code", + "url": "https://www.aparat.com/{}/", + "urlMain": "https://www.aparat.com/", + "username_claimed": "jadi" + }, "Archive of Our Own": { "errorType": "status_code", "regexCheck": "^[^.]*?$", From 7afdee4c58a789f628b19da7c7553f0ab85c9096 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sat, 20 Sep 2025 20:09:44 -0400 Subject: [PATCH 2/2] fix: incorrect method --- sherlock_project/resources/data.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 071dd88e..78d04606 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -123,8 +123,10 @@ }, "Aparat": { "errorType": "status_code", + "request_method": "GET", "url": "https://www.aparat.com/{}/", "urlMain": "https://www.aparat.com/", + "urlProbe": "https://www.aparat.com/api/fa/v1/user/user/information/username/{}", "username_claimed": "jadi" }, "Archive of Our Own": {