From 957f48581a07c8eaf25b018670aad8babf0a2433 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 3 Feb 2019 19:38:16 -0600 Subject: [PATCH 01/17] Add Unsplash to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 75d08117..e29a9382 100644 --- a/data.json +++ b/data.json @@ -806,7 +806,9 @@ "errorType": "status_code", "rank": 590, "url": "https://unsplash.com/@{}", - "urlMain": "https://unsplash.com/" + "urlMain": "https://unsplash.com/", + "username_claimed": "jenny", + "username_unclaimed": "noonewouldeverusethis7" }, "VK": { "errorType": "status_code", From 710468ded9dcf763d128c99151847e97377d8da7 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:21:48 -0600 Subject: [PATCH 02/17] Someone has claimed the user name "noonewouldeverusethis7" on BuzzFeed and Canva. The irony is not lost on me. I don't get how the name was chosen. I doubt that it was coincidence. Is there some monitoring of queries to the sites, and someone is claiming them? Or, is someone in the Sherlock community just being a pain? --- data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index e29a9382..989005e8 100644 --- a/data.json +++ b/data.json @@ -115,7 +115,7 @@ "url": "https://buzzfeed.com/{}", "urlMain": "https://buzzfeed.com/", "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" + "username_unclaimed": "xgtrq" }, "Canva": { "errorType": "response_url", @@ -124,7 +124,7 @@ "url": "https://www.canva.com/{}", "urlMain": "https://www.canva.com/", "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" + "username_unclaimed": "xgtrq" }, "Carbonmade": { "errorMsg": "You've accidentally stumbled upon Mike's super secret nap grotto.", From d4a1bbadb7db0c2f2733cb0fd1cdb7e1cd317bfe Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:22:21 -0600 Subject: [PATCH 03/17] Add Twitter to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 989005e8..fe275a80 100644 --- a/data.json +++ b/data.json @@ -800,7 +800,9 @@ "errorType": "message", "rank": 11, "url": "https://www.twitter.com/{}", - "urlMain": "https://www.twitter.com/" + "urlMain": "https://www.twitter.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Unsplash": { "errorType": "status_code", From 0f878bd84b2baacb5e9177c4a21ca774963be68f Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:22:54 -0600 Subject: [PATCH 04/17] Add TripAdvisor to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index fe275a80..0c932abd 100644 --- a/data.json +++ b/data.json @@ -787,7 +787,9 @@ "errorType": "message", "rank": 278, "url": "https://tripadvisor.com/members/{}", - "urlMain": "https://tripadvisor.com/" + "urlMain": "https://tripadvisor.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Twitch": { "errorType": "status_code", From 20f58016fbee6a8007da9621e28db43637bf8845 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:26:07 -0600 Subject: [PATCH 05/17] Convert Trakt to use more reliable HTTP Status detection method. The site gives a clean 404 error. Add to tests. --- data.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data.json b/data.json index 0c932abd..fc9c2447 100644 --- a/data.json +++ b/data.json @@ -769,11 +769,12 @@ "urlMain": "https://www.tradingview.com/" }, "Trakt": { - "errorMsg": "404", - "errorType": "message", + "errorType": "status_code", "rank": 5933, "url": "https://www.trakt.tv/users/{}", - "urlMain": "https://www.trakt.tv/" + "urlMain": "https://www.trakt.tv/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Trip": { "errorMsg": "Page not found", From 3d704a2170283b167035e442d2d945c66f6f5dc7 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:30:21 -0600 Subject: [PATCH 06/17] Add TradingView to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index fc9c2447..75b1af03 100644 --- a/data.json +++ b/data.json @@ -766,7 +766,9 @@ "errorType": "status_code", "rank": 592, "url": "https://www.tradingview.com/u/{}/", - "urlMain": "https://www.tradingview.com/" + "urlMain": "https://www.tradingview.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Trakt": { "errorType": "status_code", From a595ec6966f4d53ae5af9614715c0a3246abd88c Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:31:03 -0600 Subject: [PATCH 07/17] Update actual URL that BitBucket redirects to. --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 75b1af03..e8ea909e 100644 --- a/data.json +++ b/data.json @@ -90,7 +90,7 @@ "BitBucket": { "errorType": "status_code", "rank": 839, - "url": "https://bitbucket.org/{}", + "url": "https://bitbucket.org/{}/", "urlMain": "https://bitbucket.org/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" From ba84a9cc78eceed294660024f70f087d547f3f4b Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:33:03 -0600 Subject: [PATCH 08/17] Add Badoo to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index e8ea909e..6bd8b67b 100644 --- a/data.json +++ b/data.json @@ -62,7 +62,9 @@ "errorType": "status_code", "rank": 954, "url": "https://badoo.com/profile/{}", - "urlMain": "https://badoo.com/" + "urlMain": "https://badoo.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Bandcamp": { "errorType": "status_code", From e25a75ad3f3f71fd06751b2b4bcf6924fa86d602 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:34:14 -0600 Subject: [PATCH 09/17] Add AskFM to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 6bd8b67b..370edffb 100644 --- a/data.json +++ b/data.json @@ -48,7 +48,9 @@ "errorType": "status_code", "rank": 1121, "url": "https://ask.fm/{}", - "urlMain": "https://ask.fm/" + "urlMain": "https://ask.fm/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "BLIP.fm": { "errorType": "status_code", From 5cf69c54634efe3348544d26323cfa7acff7d536 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:35:00 -0600 Subject: [PATCH 10/17] Add Aptoide to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 370edffb..93cc946e 100644 --- a/data.json +++ b/data.json @@ -42,7 +42,9 @@ "errorType": "status_code", "rank": 6108, "url": "https://{}.en.aptoide.com/", - "urlMain": "https://en.aptoide.com/" + "urlMain": "https://en.aptoide.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "AskFM": { "errorType": "status_code", From 614f65ccad778017b5b1b9124d45ea43ea716bb2 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:36:39 -0600 Subject: [PATCH 11/17] Add 500px to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 93cc946e..5f745544 100644 --- a/data.json +++ b/data.json @@ -4,7 +4,9 @@ "errorType": "message", "rank": 2521, "url": "https://500px.com/{}", - "urlMain": "https://500px.com/" + "urlMain": "https://500px.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "9GAG": { "errorType": "status_code", From 1d3fda218d8eec00b2cfad0d20d77355bd7543ee Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:40:36 -0600 Subject: [PATCH 12/17] Add Slack to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 5f745544..bc16331b 100644 --- a/data.json +++ b/data.json @@ -689,7 +689,9 @@ "rank": 239, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://{}.slack.com", - "urlMain": "https://slack.com" + "urlMain": "https://slack.com", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "SlideShare": { "errorType": "status_code", From 20d2ae54805d35d9237019b1bedb0c1825011711 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:40:59 -0600 Subject: [PATCH 13/17] Add SlideShare to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index bc16331b..503dab00 100644 --- a/data.json +++ b/data.json @@ -697,7 +697,9 @@ "errorType": "status_code", "rank": 180, "url": "https://slideshare.net/{}", - "urlMain": "https://slideshare.net/" + "urlMain": "https://slideshare.net/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Smashcast": { "errorType": "status_code", From d4a1eecc42a4682c73fbb80de6fc2015e38cf777 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:41:22 -0600 Subject: [PATCH 14/17] Add Smashcast to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 503dab00..99cc55fa 100644 --- a/data.json +++ b/data.json @@ -705,7 +705,9 @@ "errorType": "status_code", "rank": 104037, "url": "https://www.smashcast.tv/api/media/live/{}", - "urlMain": "https://www.smashcast.tv/" + "urlMain": "https://www.smashcast.tv/", + "username_claimed": "hello", + "username_unclaimed": "noonewouldeverusethis7" }, "SoundCloud": { "errorType": "status_code", From 677fb3e8e384391e79cca86ce101d9329d56828e Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:41:41 -0600 Subject: [PATCH 15/17] Add SoundCloud to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 99cc55fa..1876fee2 100644 --- a/data.json +++ b/data.json @@ -713,7 +713,9 @@ "errorType": "status_code", "rank": 113, "url": "https://soundcloud.com/{}", - "urlMain": "https://soundcloud.com/" + "urlMain": "https://soundcloud.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "SourceForge": { "errorType": "status_code", From 8947ecaeb85a4ed0d29b8be8fe851be558f7f322 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:42:01 -0600 Subject: [PATCH 16/17] Add SourceForge to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 1876fee2..5acc31d4 100644 --- a/data.json +++ b/data.json @@ -721,7 +721,9 @@ "errorType": "status_code", "rank": 362, "url": "https://sourceforge.net/u/{}", - "urlMain": "https://sourceforge.net/" + "urlMain": "https://sourceforge.net/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Spotify": { "errorType": "status_code", From ebf763557b62cbf9fcbea88aee0391c6f2025cf9 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 15:42:19 -0600 Subject: [PATCH 17/17] Add Spotify to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 5acc31d4..4f9c3acd 100644 --- a/data.json +++ b/data.json @@ -729,7 +729,9 @@ "errorType": "status_code", "rank": 107, "url": "https://open.spotify.com/user/{}", - "urlMain": "https://open.spotify.com/" + "urlMain": "https://open.spotify.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Star Citizen": { "errorType": "status_code",