From f224cbe656a34d51bef8a8fbea2dc5830741d397 Mon Sep 17 00:00:00 2001 From: Ableytner Date: Sun, 5 May 2024 19:46:14 +0200 Subject: [PATCH 1/2] add AniWorld --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 91c1577ad..e6d6a4992 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -133,6 +133,14 @@ "urlProbe": "https://graphql.anilist.co/", "username_claimed": "Josh" }, + "AniWorld": { + "errorMsg": "Dieses Profil ist nicht verfügbar", + "errorType": "message", + "url": "https://aniworld.to/user/profil/{}", + "urlMain": "https://aniworld.to/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, "Apple Developer": { "errorType": "status_code", "url": "https://developer.apple.com/forums/profile/{}", From e2faa8a281d5c59677e570f58d400d352c857ba8 Mon Sep 17 00:00:00 2001 From: Ableytner Date: Sun, 5 May 2024 20:24:59 +0200 Subject: [PATCH 2/2] remove default username_unclaimed --- sherlock/resources/data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index e6d6a4992..4a416e58f 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -138,8 +138,7 @@ "errorType": "message", "url": "https://aniworld.to/user/profil/{}", "urlMain": "https://aniworld.to/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" + "username_claimed": "blue" }, "Apple Developer": { "errorType": "status_code",