removed Munzee

pull/1869/head
Siddharth Dushantha 9 months ago
parent b47c458d6c
commit 9214fc4369

@ -797,5 +797,11 @@
"url": "https://www.irl.com/{}", "url": "https://www.irl.com/{}",
"urlMain": "https://www.irl.com/", "urlMain": "https://www.irl.com/",
"username_claimed": "hacker" "username_claimed": "hacker"
},
"Munzee": {
"errorType": "status_code",
"url": "https://www.munzee.com/m/{}",
"urlMain": "https://www.munzee.com/",
"username_claimed": "blue"
} }
} }

@ -1751,7 +1751,6 @@ As of 2023.08.29, Enjin has closed down.
}, },
``` ```
## IRL ## IRL
As of 2023.08.29, IRL has shut down As of 2023.08.29, IRL has shut down
```json ```json
@ -1761,4 +1760,15 @@ As of 2023.08.29, IRL has shut down
"urlMain": "https://www.irl.com/", "urlMain": "https://www.irl.com/",
"username_claimed": "hacker" "username_claimed": "hacker"
} }
```
## Munzee
As of 2023.08.29, Munzee requires us to be logged into the site in order to check if a user exists or not
```json
"Munzee": {
"errorType": "status_code",
"url": "https://www.munzee.com/m/{}",
"urlMain": "https://www.munzee.com/",
"username_claimed": "blue"
}
``` ```

@ -1322,12 +1322,6 @@
"urlMain": "https://www.motorradfrage.net/", "urlMain": "https://www.motorradfrage.net/",
"username_claimed": "gutefrage" "username_claimed": "gutefrage"
}, },
"Munzee": {
"errorType": "status_code",
"url": "https://www.munzee.com/m/{}",
"urlMain": "https://www.munzee.com/",
"username_claimed": "blue"
},
"MyAnimeList": { "MyAnimeList": {
"errorType": "status_code", "errorType": "status_code",
"url": "https://myanimelist.net/profile/{}", "url": "https://myanimelist.net/profile/{}",

Loading…
Cancel
Save