From 8db30da0b8a4a89bbbdb000cdfcd18ae3fb32f50 Mon Sep 17 00:00:00 2001 From: Nico Stapelbroek Date: Mon, 7 Oct 2019 09:36:36 +0200 Subject: [PATCH] Use browser URL for twitch.tv results --- data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index fc6207cc..df89dd75 100644 --- a/data.json +++ b/data.json @@ -1274,8 +1274,9 @@ "Twitch": { "errorType": "status_code", "rank": 32, - "url": "https://m.twitch.tv/{}", + "url": "https://www.twitch.tv/{}", "urlMain": "https://www.twitch.tv/", + "urlProbe": "https://m.twitch.tv/{}", "username_claimed": "jenny", "username_unclaimed": "noonewouldeverusethis7" }, @@ -1528,4 +1529,4 @@ "username_claimed": "bule", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}