From acdb8a851398fc3d77be91d36022f36ab7df44c6 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 23 Feb 2020 20:42:03 -0600 Subject: [PATCH] Remove Pexels and Pixabay. They report all usernames as not existing. --- data.json | 16 ---------------- data_bad_site.json | 16 ++++++++++++++++ removed_sites.md | 30 ++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 16 deletions(-) diff --git a/data.json b/data.json index aa805f96..d0e6fe38 100644 --- a/data.json +++ b/data.json @@ -1264,14 +1264,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Pexels": { - "errorType": "status_code", - "rank": 745, - "url": "https://www.pexels.com/@{}", - "urlMain": "https://www.pexels.com/", - "username_claimed": "bruno", - "username_unclaimed": "noonewouldeverusethis7" - }, "Photobucket": { "errorType": "status_code", "rank": 3200, @@ -1296,14 +1288,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Pixabay": { - "errorType": "status_code", - "rank": 378, - "url": "https://pixabay.com/en/users/{}", - "urlMain": "https://pixabay.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, "PlayStore": { "errorType": "status_code", "rank": 1, diff --git a/data_bad_site.json b/data_bad_site.json index eed9f5a3..a5422426 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -114,6 +114,22 @@ "username_claimed": "blue", "username_unclaimed": "noneownsthisusername" }, + "Pexels": { + "errorType": "status_code", + "rank": 745, + "url": "https://www.pexels.com/@{}", + "urlMain": "https://www.pexels.com/", + "username_claimed": "bruno", + "username_unclaimed": "noonewouldeverusethis7" + }, + "Pixabay": { + "errorType": "status_code", + "rank": 378, + "url": "https://pixabay.com/en/users/{}", + "urlMain": "https://pixabay.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, "PowerShell Gallery": { "errorType": "status_code", "rank": 163562, diff --git a/removed_sites.md b/removed_sites.md index 4e4f7689..5f6bac5e 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -6,6 +6,36 @@ They are listed here in the hope that things may change in the future so they may be re-included. +## Pixabay + +As of 2020-01-21, all usernames are reported as not existing. + +``` + "Pixabay": { + "errorType": "status_code", + "rank": 378, + "url": "https://pixabay.com/en/users/{}", + "urlMain": "https://pixabay.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` + +## Pexels + +As of 2020-01-21, all usernames are reported as not existing. + +``` + "Pexels": { + "errorType": "status_code", + "rank": 745, + "url": "https://www.pexels.com/@{}", + "urlMain": "https://www.pexels.com/", + "username_claimed": "bruno", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` + ## RamblerDating As of 2019-12-31, site always times out.