From 9dce4bf9d3063e9a0e4c24a798278341e5c582d9 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Wed, 13 Jan 2021 11:23:41 +0100 Subject: [PATCH] removed 500px due to false positive --- removed_sites.json | 11 ++++++++++- removed_sites.md | 16 ++++++++++++++++ sherlock/resources/data.json | 9 --------- 3 files changed, 26 insertions(+), 10 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 9c7db17..19c6e02 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -486,6 +486,15 @@ "urlMain": "https://www.filmo.gs/", "username_claimed": "cupparober", "username_unclaimed": "noonewouldeverusethis7" - } + }, + "500px": { + "errorMsg": "No message available", + "errorType": "message", + "url": "https://500px.com/p/{}", + "urlMain": "https://500px.com/", + "urlProbe": "https://api.500px.com/graphql?operationName=ProfileRendererQuery&variables=%7B%22username%22%3A%22{}%22%7D&extensions=%7B%22persistedQuery%22%3A%7B%22version%22%3A1%2C%22sha256Hash%22%3A%224d02ff5c13927a3ac73b3eef306490508bc765956940c31051468cf30402a503%22%7D%7D", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, } diff --git a/removed_sites.md b/removed_sites.md index f4afa4b..b4a8a16 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -974,3 +974,19 @@ Filmogs has closed down. "username_unclaimed": "noonewouldeverusethis7" }, ``` + +## 500px +As of 2021-01-13, 500px returns false positives. This will hopefully be fixed soon once we add the ability to add different +request methods. + +``` + "500px": { + "errorMsg": "No message available", + "errorType": "message", + "url": "https://500px.com/p/{}", + "urlMain": "https://500px.com/", + "urlProbe": "https://api.500px.com/graphql?operationName=ProfileRendererQuery&variables=%7B%22username%22%3A%22{}%22%7D&extensions=%7B%22persistedQuery%22%3A%7B%22version%22%3A1%2C%22sha256Hash%22%3A%224d02ff5c13927a3ac73b3eef306490508bc765956940c31051468cf30402a503%22%7D%7D", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 8c3d9d7..0d6ef67 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -14,15 +14,6 @@ "username_claimed": "red", "username_unclaimed": "noonewouldeverusethis7" }, - "500px": { - "errorMsg": "No message available", - "errorType": "message", - "url": "https://500px.com/p/{}", - "urlMain": "https://500px.com/", - "urlProbe": "https://api.500px.com/graphql?operationName=ProfileRendererQuery&variables=%7B%22username%22%3A%22{}%22%7D&extensions=%7B%22persistedQuery%22%3A%7B%22version%22%3A1%2C%22sha256Hash%22%3A%224d02ff5c13927a3ac73b3eef306490508bc765956940c31051468cf30402a503%22%7D%7D", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, "7Cups": { "errorType": "status_code", "url": "https://www.7cups.com/@{}",