From 82760b7a740b503d615f5cf8aec026e813d336ec Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Thu, 28 Nov 2019 10:35:10 -0600 Subject: [PATCH] Foursquare is not working: nothing is detected now. --- data.json | 8 -------- data_bad_site.json | 8 ++++++++ removed_sites.md | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/data.json b/data.json index 1718f06d..a7366266 100644 --- a/data.json +++ b/data.json @@ -480,14 +480,6 @@ "username_claimed": "blue", "username_unclaimed": "xgtrq" }, - "Foursquare": { - "errorType": "status_code", - "rank": 1843, - "url": "https://foursquare.com/{}", - "urlMain": "https://foursquare.com/", - "username_claimed": "dens", - "username_unclaimed": "noonewouldeverusethis7" - }, "Giphy": { "errorType": "status_code", "rank": 384, diff --git a/data_bad_site.json b/data_bad_site.json index 74a53635..e177f70e 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -47,6 +47,14 @@ "url": "https://fotolog.com/{}", "urlMain": "https://fotolog.com/" }, + "Foursquare": { + "errorType": "status_code", + "rank": 1843, + "url": "https://foursquare.com/{}", + "urlMain": "https://foursquare.com/", + "username_claimed": "dens", + "username_unclaimed": "noonewouldeverusethis7" + }, "Furaffinity": { "errorMsg": "Fatal system error", "errorType": "message", diff --git a/removed_sites.md b/removed_sites.md index 47928e64..90c83575 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future so they may be re-included. +## Foursquare + +Usernames that exist are not detected. + +``` + "Foursquare": { + "errorType": "status_code", + "rank": 1843, + "url": "https://foursquare.com/{}", + "urlMain": "https://foursquare.com/", + "username_claimed": "dens", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` + ## Khan Academy Usernames that don't exist are detected. First noticed 2019-10-25.