Skip to content

Commit

Permalink
removed 500px due to false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Jan 13, 2021
1 parent a4512d5 commit 9dce4bf
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
11 changes: 10 additions & 1 deletion removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
}

16 changes: 16 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
```
9 changes: 0 additions & 9 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/@{}",
Expand Down

0 comments on commit 9dce4bf

Please sign in to comment.