Skip to content

Commit

Permalink
Adds Raidforums check
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkdev committed Nov 6, 2020
1 parent c612210 commit 1c8368f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
9 changes: 0 additions & 9 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,6 @@
"username_claimed": "powershellteam",
"username_unclaimed": "noonewouldeverusethis7"
},
"Raidforums": {
"errorMsg": "The member you specified is either invalid or doesn't exist.",
"errorType": "message",
"rank": 32435,
"url": "https://raidforums.com/User-{}",
"urlMain": "https://raidforums.com/",
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
"RamblerDating": {
"errorType": "response_url",
"errorUrl": "https://dating.rambler.ru/page/{}",
Expand Down
20 changes: 1 addition & 19 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,6 @@ for all queries.
},
```

## Raidforums

As of 2020-05-25, all usernames are reported as claimed.
The site will not let the query proceed unless Javascript is
turned on.

```
"Raidforums": {
"errorMsg": "The member you specified is either invalid or doesn't exist.",
"errorType": "message",
"rank": 32435,
"url": "https://raidforums.com/User-{}",
"urlMain": "https://raidforums.com/",
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
```


## Investing.com

Expand Down Expand Up @@ -1007,4 +989,4 @@ Filmogs has closed down.
"username_claimed": "cupparober",
"username_unclaimed": "noonewouldeverusethis7"
},
```
```
7 changes: 7 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,13 @@
"username_claimed": "Matt-Riggsby",
"username_unclaimed": "noonewouldeverusethis7"
},
"Raidforums": {
"errorType": "status_code",
"url": "https://raidforums.com/User-{}",
"urlMain": "https://raidforums.com/",
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
"Rajce.net": {
"errorType": "status_code",
"url": "https://{}.rajce.idnes.cz/",
Expand Down

0 comments on commit 1c8368f

Please sign in to comment.