From 374da288805b91241ad673f42f3da2e7d983d125 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 19 Oct 2019 21:58:17 -0500 Subject: [PATCH] AskFM was reporting that all usernames were taken. They have changed their site, so I had to convert it to the error message technique. --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 5e663e58..f794d6aa 100644 --- a/data.json +++ b/data.json @@ -66,7 +66,8 @@ "username_unclaimed": "noonewould" }, "AskFM": { - "errorType": "status_code", + "errorType": "message", + "errorMsg": "Well, apparently not anymore.", "rank": 1646, "url": "https://ask.fm/{}", "urlMain": "https://ask.fm/",