From a45b6d41ec3fb79af4b1916ae706263dd3987cbd Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 23 Feb 2020 21:00:15 -0600 Subject: [PATCH] Update BuyMeACoffee to use HTTP Status Detection. The site gives a clean 404 error when a username is not found. --- data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data.json b/data.json index 437c4e68..6868701c 100644 --- a/data.json +++ b/data.json @@ -253,8 +253,7 @@ "username_unclaimed": "noonewouldeverusethis" }, "BuyMeACoffee": { - "errorMsg": "It returned a 404 error", - "errorType": "message", + "errorType": "status_code", "rank": 23804, "url": "https://buymeacoff.ee/{}", "urlMain": "https://www.buymeacoffee.com/",