Merge pull request #682 from sherlock-project/remove-mixer

removed Mixer, fixes #680
pull/683/head
Siddharth Dushantha 5 years ago committed by GitHub
commit ca5c08a58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -407,6 +407,15 @@
"urlMain": "https://www.zomato.com/",
"username_claimed": "deepigoyal",
"username_unclaimed": "noonewouldeverusethis7"
},
"mixer.com": {
"errorType": "status_code",
"rank": 1544,
"url": "https://mixer.com/{}",
"urlMain": "https://mixer.com/",
"urlProbe": "https://mixer.com/api/v1/channels/{}",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

@ -812,3 +812,17 @@ As of 2020-07-24, Zomato seems to be unstable. Majority of the time, Zomato take
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Mixer
As of 2020-07-22, the Mixer service has closed down.
```
"mixer.com": {
"errorType": "status_code",
"rank": 1544,
"url": "https://mixer.com/{}",
"urlMain": "https://mixer.com/",
"urlProbe": "https://mixer.com/api/v1/channels/{}",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

@ -2251,15 +2251,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewould"
},
"mixer.com": {
"errorType": "status_code",
"rank": 1544,
"url": "https://mixer.com/{}",
"urlMain": "https://mixer.com/",
"urlProbe": "https://mixer.com/api/v1/channels/{}",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"moikrug": {
"errorType": "status_code",
"rank": 174869,

Loading…
Cancel
Save