Skip to content

Commit

Permalink
fix reddit
Browse files Browse the repository at this point in the history
  • Loading branch information
Comonut committed Sep 5, 2021
1 parent 9905422 commit bf90540
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 21 deletions.
7 changes: 0 additions & 7 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,13 +646,6 @@
"username_claimed": "Matt-Riggsby",
"username_unclaimed": "noonewouldeverusethis7"
},
"Reddit": {
"errorType": "status_code",
"url": "https://www.reddit.com/user/{}",
"urlMain": "https://www.reddit.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"SparkPeople": {
"errorMsg": "We couldn't find that user",
"errorType": "message",
Expand Down
13 changes: 0 additions & 13 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1259,19 +1259,6 @@ As of 2021-09-04, Quora returns false positives.
}
```

### Reddit

As of 2021-09-04, Reddit returns false positives.
```
"Reddit": {
"errorType": "status_code",
"url": "https://www.reddit.com/user/{}",
"urlMain": "https://www.reddit.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

### SparkPeople
As of 2021-09-04, SparkPeople returns false positives.
```
Expand Down
11 changes: 11 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,17 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis77777"
},
"Reddit": {
"errorMsg": "Sorry, nobody on Reddit goes by that name.",
"errorType": "message",
"headers" : {
"accept-language": "en-US,en;q=0.9"
},
"url": "https://www.reddit.com/user/{}",
"urlMain": "https://www.reddit.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Repl.it": {
"errorType": "status_code",
"url": "https://repl.it/@{}",
Expand Down
3 changes: 2 additions & 1 deletion sites.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## List Of Supported Sites (283 Sites In Total!)
## List Of Supported Sites (284 Sites In Total!)
1. [2Dimensions](https://2Dimensions.com/)
1. [3dnews](http://forum.3dnews.ru/)
1. [7Cups](https://www.7cups.com/)
Expand Down Expand Up @@ -156,6 +156,7 @@
1. [Rajce.net](https://www.rajce.idnes.cz/)
1. [Rate Your Music](https://rateyourmusic.com/)
1. [Redbubble](https://www.redbubble.com/)
1. [Reddit](https://www.reddit.com/)
1. [Repl.it](https://repl.it/)
1. [ResearchGate](https://www.researchgate.net/)
1. [ReverbNation](https://www.reverbnation.com/)
Expand Down

0 comments on commit bf90540

Please sign in to comment.