mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-27 06:10:34 +00:00
Add support for Mixer streaming service
This commit is contained in:
parent
3276e97327
commit
7c33ce55d7
1 changed files with 8 additions and 0 deletions
|
@ -1194,5 +1194,13 @@
|
||||||
"urlMain": "https://last.fm/",
|
"urlMain": "https://last.fm/",
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
"mixer.com":
|
||||||
|
{
|
||||||
|
"errorType": "status_code",
|
||||||
|
"url": "https://mixer.com/{}",
|
||||||
|
"urlMain": "https://mixer.com/",
|
||||||
|
"username_claimed": "blue",
|
||||||
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue