Skip to content

Commit

Permalink
Merge pull request sherlock-project#1203 from SethFalco/edit-sites
Browse files Browse the repository at this point in the history
Fix ICQ and Remove plug.dj
  • Loading branch information
sdushantha authored Dec 3, 2021
2 parents ef6cff2 + beb8657 commit c7262e1
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 11 deletions.
23 changes: 23 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,12 +645,35 @@
"username_claimed": "TheMorozko",
"username_unclaimed": "noonewouldeverusethis7"
},
"Anilist": {
"errorType": "status_code",
"regexCheck": "^[A-Za-z0-9]{2,20}$",
"url": "https://anilist.co/user/{}/",
"urlMain": "https://anilist.co/",
"username_claimed": "Josh",
"username_unclaimed": "noonewouldeverusethi"
},
"Coil": {
"errorMsg": "Whoops, the thing you were looking for isn't here",
"errorType": "message",
"url": "https://coil.com/u/{}",
"urlMain": "https://coil.com/",
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis7"
},
"TM-Ladder": {
"errorMsg": "player unknown or invalid",
"errorType": "message",
"url": "http://en.tm-ladder.com/{}_rech.php",
"urlMain": "http://en.tm-ladder.com/index.php",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"plug.dj": {
"errorType": "status_code",
"url": "https://plug.dj/@/{}",
"urlMain": "https://plug.dj/",
"username_claimed": "plug-dj-rock",
"username_unclaimed": "noonewouldeverusethis7"
}
}
12 changes: 12 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1293,5 +1293,17 @@ As of 2021-11-30, TM-Ladder is returning false positives due to rate limits.
"urlMain": "http://en.tm-ladder.com/index.php",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
```

### plug.dj
As of 2021-12-02, plug.dj is returning false positives because the service is down.

```
"plug.dj": {
"errorType": "status_code",
"url": "https://plug.dj/@/{}",
"urlMain": "https://plug.dj/",
"username_claimed": "plug-dj-rock",
"username_unclaimed": "noonewouldeverusethis7"
}
```
12 changes: 2 additions & 10 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,8 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"ICQ": {
"errorMsg": "Profile not found",
"errorType": "message",
"url": "https://icq.im/{}",
"errorType": "status_code",
"url": "https://icq.im/{}/en",
"urlMain": "https://icq.com/",
"username_claimed": "Micheal",
"username_unclaimed": "noonewouldeverusethis7"
Expand Down Expand Up @@ -1290,13 +1289,6 @@
"username_claimed": "Facebook",
"username_unclaimed": "noonewouldeverusethis7"
},
"Plug.DJ": {
"errorType": "status_code",
"url": "https://plug.dj/@/{}",
"urlMain": "https://plug.dj/",
"username_claimed": "plug-dj-rock",
"username_unclaimed": "noonewouldeverusethis7"
},
"Pokemon Showdown": {
"errorType": "status_code",
"url": "https://pokemonshowdown.com/users/{}",
Expand Down
1 change: 0 additions & 1 deletion sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
1. [Pinkbike](https://www.pinkbike.com/)
1. [Pinterest](https://www.pinterest.com/)
1. [PlayStore](https://play.google.com/store)
1. [Plug.DJ](https://plug.dj/)
1. [Pokemon Showdown](https://pokemonshowdown.com)
1. [Polarsteps](https://polarsteps.com/)
1. [Polygon](https://www.polygon.com/)
Expand Down

0 comments on commit c7262e1

Please sign in to comment.