From 7c33ce55d79bcddb10c0cbe92de4563fe06b0f02 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 9 Jul 2019 20:42:11 -0700 Subject: [PATCH 1/3] Add support for Mixer streaming service --- data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.json b/data.json index 7be10f6a..f2aeddd2 100644 --- a/data.json +++ b/data.json @@ -1194,5 +1194,13 @@ "urlMain": "https://last.fm/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" + }, + "mixer.com": + { + "errorType": "status_code", + "url": "https://mixer.com/{}", + "urlMain": "https://mixer.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" } } \ No newline at end of file From 6bbef7c66a780b57c96d409c180a7d55cf251061 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 9 Jul 2019 20:56:45 -0700 Subject: [PATCH 2/3] use api url for status code --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index f2aeddd2..a5fb58e3 100644 --- a/data.json +++ b/data.json @@ -1198,7 +1198,7 @@ "mixer.com": { "errorType": "status_code", - "url": "https://mixer.com/{}", + "url": "https://mixer.com/api/v1/channels/{}", "urlMain": "https://mixer.com/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" From 7e641a78931059973dcf63b3f8e97a6e34322c2b Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Wed, 10 Jul 2019 23:23:57 -0700 Subject: [PATCH 3/3] use urlProbe attribute for mixer service --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index a5fb58e3..dbcf15aa 100644 --- a/data.json +++ b/data.json @@ -1198,8 +1198,9 @@ "mixer.com": { "errorType": "status_code", - "url": "https://mixer.com/api/v1/channels/{}", + "url": "https://mixer.com/{}", "urlMain": "https://mixer.com/", + "urlProbe": "https://mixer.com/api/v1/channels/{}", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }