From 95fbe411b4db91bbf02d7736a7a32b9cf21881a3 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 18:30:10 -0600 Subject: [PATCH 01/23] Convert last.fm to use more reliable HTTP Status detection method. The site gives a clean 404 error. Add to tests. --- data.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/data.json b/data.json index 4f9c3acd..85afd9b1 100644 --- a/data.json +++ b/data.json @@ -973,10 +973,11 @@ "username_unclaimed": "noonewouldeverusethis7" }, "last.fm": { - "errorMsg": "Whoops! Sorry, but this page doesn't exist.", - "errorType": "message", + "errorType": "status_code", "rank": 1194, "url": "https://last.fm/user/{}", - "urlMain": "https://last.fm/" + "urlMain": "https://last.fm/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +} From 7b14c6aad30878b320477628abb1a6f7ad0adb3c Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 18:45:24 -0600 Subject: [PATCH 02/23] Add Younow to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 85afd9b1..9ece4c3e 100644 --- a/data.json +++ b/data.json @@ -945,7 +945,9 @@ "errorType": "message", "rank": 13355, "url": "https://www.younow.com/{}", - "urlMain": "https://www.younow.com/" + "urlMain": "https://www.younow.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Zhihu": { "errorMsg": "404", From bdb467c44234f3180377dd9ddcaaf3725eb57037 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 18:49:21 -0600 Subject: [PATCH 03/23] Add Wikipedia to tests. --- data.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 9ece4c3e..ecffe55e 100644 --- a/data.json +++ b/data.json @@ -907,7 +907,9 @@ "errorType": "message", "rank": 5, "url": "https://www.wikipedia.org/wiki/User:{}", - "urlMain": "https://www.wikipedia.org/" + "urlMain": "https://www.wikipedia.org/", + "username_claimed": "Hoadlck", + "username_unclaimed": "noonewouldeverusethis7" }, "Wix": { "errorType": "status_code", @@ -938,7 +940,9 @@ "errorType": "message", "rank": 2, "url": "https://www.youtube.com/{}", - "urlMain": "https://www.youtube.com/" + "urlMain": "https://www.youtube.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Younow": { "errorMsg": "pageTitle || 'YouNow - Broadcast Live", From 858b2cf4882b3c27589ad2b4c9da2a491a0c8de2 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 18:53:28 -0600 Subject: [PATCH 04/23] Add Wikia to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index ecffe55e..9b97f47e 100644 --- a/data.json +++ b/data.json @@ -900,7 +900,9 @@ "errorType": "message", "rank": 75, "url": "https://wikia.com/wiki/User:{}", - "urlMain": "http://www.wikia.com/" + "urlMain": "http://www.wikia.com/", + "username_claimed": "KP_Blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Wikipedia": { "errorMsg": "If a page was recently created here, it may not be visible yet because of a delay in updating the database", From f872ee05ada5a00d547108e61b8f51075d3e2bfe Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:02:29 -0600 Subject: [PATCH 05/23] Add We Heart It to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 9b97f47e..81279922 100644 --- a/data.json +++ b/data.json @@ -886,7 +886,9 @@ "errorType": "message", "rank": 3404, "url": "https://weheartit.com/{}", - "urlMain": "https://weheartit.com/" + "urlMain": "https://weheartit.com/", + "username_claimed": "ventivogue", + "username_unclaimed": "noonewouldeverusethis7" }, "WebNode": { "errorMsg": "Ztratili jste se?", From 8748810973afe37e2a3b5722a9a9bf88183152e7 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:10:46 -0600 Subject: [PATCH 06/23] Add Wattpad to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 81279922..057c7861 100644 --- a/data.json +++ b/data.json @@ -879,7 +879,9 @@ "errorType": "message", "rank": 508, "url": "https://www.wattpad.com/user/{}", - "urlMain": "https://www.wattpad.com/" + "urlMain": "https://www.wattpad.com/", + "username_claimed": "Dogstho7951", + "username_unclaimed": "noonewouldeverusethis7" }, "We Heart It": { "errorMsg": "Oops! You've landed on a moving target!", From 1bfdcb92638c0c6624f90ae645087b06864d410d Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:11:40 -0600 Subject: [PATCH 07/23] Add VirusTotal to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 057c7861..b44fb3d7 100644 --- a/data.json +++ b/data.json @@ -872,7 +872,9 @@ "errorType": "message", "rank": 4207, "url": "https://www.virustotal.com/ui/users/{}/trusted_users", - "urlMain": "https://www.virustotal.com/" + "urlMain": "https://www.virustotal.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Wattpad": { "errorMsg": "This page seems to be missing...", From f21b28348860c8f7908b7d8ca2ef3eb9511472df Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:13:33 -0600 Subject: [PATCH 08/23] Add Twitch to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index b44fb3d7..80d68d6e 100644 --- a/data.json +++ b/data.json @@ -818,7 +818,9 @@ "errorType": "status_code", "rank": 30, "url": "https://m.twitch.tv/{}", - "urlMain": "https://www.twitch.tv/" + "urlMain": "https://www.twitch.tv/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Twitter": { "errorMsg": "page doesn\u2019t exist", From c27bc322a48d6155d303402fe939e57fa0012d49 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:14:55 -0600 Subject: [PATCH 09/23] Add Trip to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 80d68d6e..8600bc89 100644 --- a/data.json +++ b/data.json @@ -803,7 +803,9 @@ "errorType": "message", "rank": 2904, "url": "https://www.trip.skyscanner.com/user/{}", - "urlMain": "https://www.trip.skyscanner.com/" + "urlMain": "https://www.trip.skyscanner.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "TripAdvisor": { "errorMsg": "This page is on vacation\u2026", From 305cc17dbf7aaccc42f39a591facd9b095123401 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:23:28 -0600 Subject: [PATCH 10/23] Add Tinder to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 8600bc89..2929a51d 100644 --- a/data.json +++ b/data.json @@ -780,7 +780,9 @@ "errorType": "message", "rank": 1429, "url": "https://www.gotinder.com/@{}", - "urlMain": "https://tinder.com/" + "urlMain": "https://tinder.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "TradingView": { "errorType": "status_code", From e2fa35bf08c4151337f70eef1cebdc561e6e3208 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:23:54 -0600 Subject: [PATCH 11/23] Add Telegram to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 2929a51d..39066104 100644 --- a/data.json +++ b/data.json @@ -773,7 +773,9 @@ "errorType": "message", "rank": 1034, "url": "https://t.me/{}", - "urlMain": "https://t.me/" + "urlMain": "https://t.me/", + "username_claimed": "saman", + "username_unclaimed": "noonewouldeverusethis7" }, "Tinder": { "errorMsg": "Looking for Someone?", From 031115b9d03eb77bfaa4c37a65c326e3222d2bc7 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:24:20 -0600 Subject: [PATCH 12/23] Add Taringa to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 39066104..0af67a34 100644 --- a/data.json +++ b/data.json @@ -766,7 +766,9 @@ "errorType": "message", "rank": 1016, "url": "https://www.taringa.net/{}", - "urlMain": "https://taringa.net/" + "urlMain": "https://taringa.net/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Telegram": { "errorMsg": " Date: Wed, 6 Feb 2019 19:24:47 -0600 Subject: [PATCH 13/23] Add StreamMe to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 0af67a34..0c36a5da 100644 --- a/data.json +++ b/data.json @@ -759,7 +759,9 @@ "errorType": "status_code", "rank": 20104, "url": "https://www.stream.me/{}", - "urlMain": "https://www.stream.me/" + "urlMain": "https://www.stream.me/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Taringa": { "errorMsg": "Lo que est\u00e1s buscando no est\u00e1 por aqu\u00ed.", From 38d4558bfee26169c1ff668d5dd5046d80b45d11 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:26:45 -0600 Subject: [PATCH 14/23] Add Steam to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 0c36a5da..86262690 100644 --- a/data.json +++ b/data.json @@ -744,7 +744,9 @@ "errorType": "message", "rank": 162, "url": "https://steamcommunity.com/id/{}", - "urlMain": "https://steamcommunity.com/" + "urlMain": "https://steamcommunity.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "SteamGroup": { "errorMsg": "No group could be retrieved for the given URL", From eb2377f13bb341578ce57f318b9daa402faddcb1 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:27:17 -0600 Subject: [PATCH 15/23] Add Star Citizen to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 86262690..416650b0 100644 --- a/data.json +++ b/data.json @@ -737,7 +737,9 @@ "errorType": "status_code", "rank": 4661, "url": "https://robertsspaceindustries.com/citizens/{}", - "urlMain": "https://robertsspaceindustries.com/" + "urlMain": "https://robertsspaceindustries.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Steam": { "errorMsg": "The specified profile could not be found", From 63009fbd6314d35c3a75a83245ce9af1db8f8bd4 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:50:12 -0600 Subject: [PATCH 16/23] Add Scribd to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 416650b0..cfde0a85 100644 --- a/data.json +++ b/data.json @@ -682,7 +682,9 @@ "errorType": "message", "rank": 211, "url": "https://www.scribd.com/{}", - "urlMain": "https://www.scribd.com/" + "urlMain": "https://www.scribd.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Slack": { "errorType": "status_code", From aef32806d434dc2b8850a7300b800f5fd47613ab Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:50:57 -0600 Subject: [PATCH 17/23] Add Roblox to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index cfde0a85..32f11da6 100644 --- a/data.json +++ b/data.json @@ -675,7 +675,9 @@ "errorType": "message", "rank": 106, "url": "https://www.roblox.com/user.aspx?username={}", - "urlMain": "https://www.roblox.com/" + "urlMain": "https://www.roblox.com/", + "username_claimed": "bluewolfekiller", + "username_unclaimed": "noonewouldeverusethis7" }, "Scribd": { "errorMsg": "Page not found", From 8c2903ddf13558c6649c87c9e714373061032b1d Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:51:24 -0600 Subject: [PATCH 18/23] Add ReverbNation to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 32f11da6..0d3cf9c7 100644 --- a/data.json +++ b/data.json @@ -668,7 +668,9 @@ "errorType": "message", "rank": 10615, "url": "https://www.reverbnation.com/{}", - "urlMain": "https://www.reverbnation.com/" + "urlMain": "https://www.reverbnation.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Roblox": { "errorMsg": "Page cannot be found or no longer exists", From 85776ff0ddbdbf78139d45c97707ec0de0f53f69 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:51:54 -0600 Subject: [PATCH 19/23] Add Repl.it to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 0d3cf9c7..64db3a37 100644 --- a/data.json +++ b/data.json @@ -661,7 +661,9 @@ "errorType": "message", "rank": 8922, "url": "https://repl.it/@{}", - "urlMain": "https://repl.it/" + "urlMain": "https://repl.it/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "ReverbNation": { "errorMsg": "Sorry, we couldn't find that page", From 96c4fddcd8a55d4a2ce678da17a274f50f0fef8c Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:52:22 -0600 Subject: [PATCH 20/23] Add Reddit to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 64db3a37..09e02a79 100644 --- a/data.json +++ b/data.json @@ -654,7 +654,9 @@ "errorType": "message", "rank": 17, "url": "https://www.reddit.com/user/{}", - "urlMain": "https://www.reddit.com/" + "urlMain": "https://www.reddit.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Repl.it": { "errorMsg": "404", From b9708b141d0fc4a8e56c02bd6ebdd405b7ef8c60 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:53:00 -0600 Subject: [PATCH 21/23] Add Rajce.net to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 09e02a79..b0cdc0fb 100644 --- a/data.json +++ b/data.json @@ -647,7 +647,9 @@ "errorType": "message", "rank": 1196, "url": "https://{}.rajce.idnes.cz/", - "urlMain": "https://www.rajce.idnes.cz/" + "urlMain": "https://www.rajce.idnes.cz/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Reddit": { "errorMsg": "page not found", From 64536bf231b17f75d1e4fb4112ae619ef5396d9f Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:53:28 -0600 Subject: [PATCH 22/23] Add ProductHunt to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index b0cdc0fb..8290a97c 100644 --- a/data.json +++ b/data.json @@ -634,7 +634,9 @@ "errorType": "message", "rank": 3965, "url": "https://www.producthunt.com/@{}", - "urlMain": "https://www.producthunt.com/" + "urlMain": "https://www.producthunt.com/", + "username_claimed": "jenny", + "username_unclaimed": "noonewouldeverusethis7" }, "Quora": { "errorType": "status_code", From 5e3445b7862db971db80a46cbe05e59e7a929659 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 6 Feb 2019 19:53:54 -0600 Subject: [PATCH 23/23] Add Pixabay to tests. --- data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 8290a97c..aa8803c3 100644 --- a/data.json +++ b/data.json @@ -621,7 +621,9 @@ "errorType": "status_code", "rank": 396, "url": "https://pixabay.com/en/users/{}", - "urlMain": "https://pixabay.com/" + "urlMain": "https://pixabay.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" }, "Plug.DJ": { "errorType": "status_code",