From 44ef7f79f1b646c144b06b16e578e6f2b8751ca8 Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Sat, 11 Jan 2020 20:44:40 +0100 Subject: [PATCH 1/2] Add "notabug.org" support --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 68d8822c..04592f03 100644 --- a/data.json +++ b/data.json @@ -2289,6 +2289,15 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "notabug.org": { + "errorType": "status_code", + "rank": 167801, + "url": "https://notabug.org/{}", + "urlMain": "https://notabug.org/{}", + "urlProbe": "https://notabug.org/{}/followers", + "username_claimed": "red", + "username_unclaimed": "noonewouldeverusethis7" + }, "nnRU": { "errorType": "status_code", "rank": 0, From 4b52f4c0f02a4314ffbdf6a81e4633f1eb0159d3 Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Sun, 12 Jan 2020 20:12:04 +0100 Subject: [PATCH 2/2] Fix "notabug.org" urlMain issue fix --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 04592f03..0c263465 100644 --- a/data.json +++ b/data.json @@ -2293,7 +2293,7 @@ "errorType": "status_code", "rank": 167801, "url": "https://notabug.org/{}", - "urlMain": "https://notabug.org/{}", + "urlMain": "https://notabug.org/", "urlProbe": "https://notabug.org/{}/followers", "username_claimed": "red", "username_unclaimed": "noonewouldeverusethis7"