Merge pull request #1203 from SethFalco/edit-sites
Fix ICQ and Remove plug.dj
This commit is contained in:
commit
c7262e11ba
|
|
@ -645,6 +645,22 @@
|
|||
"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",
|
||||
|
|
@ -652,5 +668,12 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -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/{}",
|
||||
|
|
|
|||
1
sites.md
1
sites.md
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Reference in New Issue