From fbbcfb71c76cadd185fc90d67a4d6f2282c91185 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 19 Oct 2019 22:13:11 -0500 Subject: [PATCH] Remove Furaffinity. Usernames that don't exist are detected. --- data.json | 9 --------- removed_sites.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/data.json b/data.json index 3b942eaa..a9cd88a1 100644 --- a/data.json +++ b/data.json @@ -473,15 +473,6 @@ "username_claimed": "dens", "username_unclaimed": "noonewouldeverusethis7" }, - "Furaffinity": { - "errorMsg": "Fatal system error", - "errorType": "message", - "rank": 4278, - "url": "https://www.furaffinity.net/user/{}", - "urlMain": "https://www.furaffinity.net", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, "Giphy": { "errorType": "status_code", "rank": 405, diff --git a/removed_sites.md b/removed_sites.md index b7824a23..bd8ebe6f 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -6,6 +6,22 @@ They are listed here in the hope that things may change in the future so they may be re-included. +## Furaffinity + +Usernames that don't exist are detected. + +``` + "Furaffinity": { + "errorMsg": "Fatal system error", + "errorType": "message", + "rank": 4278, + "url": "https://www.furaffinity.net/user/{}", + "urlMain": "https://www.furaffinity.net", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` + ## Duolingo Usernames that don't exist are detected.