From b685bd792fc07db23dac93d1afc2c4394c536d65 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 7 Apr 2019 20:49:09 -0500 Subject: [PATCH] On 2019-04-02, Google shutdown Google Plus. While the content for some users is available after that point, it is going away. And, no one will be able to create a new account. So, there is no value is keeping it in Sherlock. --- data.json | 8 -------- removed_sites.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/data.json b/data.json index bd8ff50a..43741933 100644 --- a/data.json +++ b/data.json @@ -422,14 +422,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Google Plus": { - "errorType": "status_code", - "rank": 1, - "url": "https://plus.google.com/+{}", - "urlMain": "https://plus.google.com/", - "username_claimed": "davidbrin1", - "username_unclaimed": "noonewouldeverusethis7" - }, "Gravatar": { "errorType": "status_code", "rank": 5359, diff --git a/removed_sites.md b/removed_sites.md index 0fcac288..725a09c8 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -58,3 +58,23 @@ Sherlock. "urlMain": "https://fotolog.com/" }, ``` + +## Google Plus + +On 2019-04-02, Google shutdown Google Plus. While the content for some +users is available after that point, it is going away. And, no one will +be able to create a new account. So, there is no value is keeping it in +Sherlock. + +Good-bye [Google Plus](https://en.wikipedia.org/wiki/Google%2B)... + +``` + "Google Plus": { + "errorType": "status_code", + "rank": 1, + "url": "https://plus.google.com/+{}", + "urlMain": "https://plus.google.com/", + "username_claimed": "davidbrin1", + "username_unclaimed": "noonewouldeverusethis7" + }, +```