From c94f11017129e75cfbb0a25db8454ca6911283f2 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Mon, 11 Mar 2019 06:04:00 -0500 Subject: [PATCH 1/4] Younow has changed their website such that you cannot see any user's profile unless you log in. So, it is now impossible to probe for the existence of a username. --- data.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data.json b/data.json index 6f1f4568..722e8f9b 100644 --- a/data.json +++ b/data.json @@ -1118,15 +1118,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Younow": { - "errorMsg": "pageTitle || 'YouNow - Broadcast Live", - "errorType": "message", - "rank": 13248, - "url": "https://www.younow.com/{}", - "urlMain": "https://www.younow.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, "Zhihu": { "errorType": "response_url", "errorUrl": "https://www.zhihu.com/people/{}", From 8e2522e34ba7c6e526c5f5abd60d9197a71bf0e5 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Mon, 11 Mar 2019 06:05:46 -0500 Subject: [PATCH 2/4] Add document to record sites that have been removed from Sherlock. This will ensure that they will not be added again, and will remind us to check back on them in case their design might have changed (so they are compatible with Sherlock again). --- removed_sites.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 removed_sites.md diff --git a/removed_sites.md b/removed_sites.md new file mode 100644 index 00000000..6386c9d4 --- /dev/null +++ b/removed_sites.md @@ -0,0 +1,58 @@ +# List Of Sites Removed From Sherlock + +This is a list of sites implemented in such a way that the current design of +Sherlock is not capable of determining if a given username exists or not. +They are listed here in the hope that things may change in the future +so they may be re-included. + +## Younow + +Younow has changed their website (sometime before 2019-03-10) such that you +cannot see any user's profile unless you log in. So, it is now impossible to +probe for the existence of a username using the current strategy. + +``` + "Younow": { + "errorMsg": "pageTitle || 'YouNow - Broadcast Live", + "errorType": "message", + "rank": 13248, + "url": "https://www.younow.com/{}", + "urlMain": "https://www.younow.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + } +``` + +## BlackPlanet + +This site has always returned a false positive. The site returns the exact +same text for a claimed or an unclaimed username. The site must be rendering +all of the different content using Javascript in the browser. So, there is +no way distinguish between the results with the current design of Sherlock. + +``` + "BlackPlanet": { + "errorMsg": "My Hits", + "errorType": "message", + "rank": 110021, + "url": "http://blackplanet.com/{}", + "urlMain": "http://blackplanet.com/" + }, +``` + +## Fotolog + +Around 2019-02-09, I get a 502 HTTP error (bad gateway) for any access. On +2019-03-10, the site is up, but it is in maintenance mode. + +It does not seem to be working, so there is no sense in including it in +Sherlock. + +``` + "Fotolog": { + "errorType": "status_code", + "rank": 47777, + "url": "https://fotolog.com/{}", + "urlMain": "https://fotolog.com/" + }, +``` From f4cb2e9c66f3230e99cce7d9a22f026e03992ae5 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Mon, 11 Mar 2019 06:16:46 -0500 Subject: [PATCH 3/4] Update Etsy claimed username test. The "blue" username is no longer valid. --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 722e8f9b..29a77d1c 100644 --- a/data.json +++ b/data.json @@ -333,7 +333,7 @@ "rank": 148, "url": "https://www.etsy.com/shop/{}", "urlMain": "https://www.etsy.com/", - "username_claimed": "blue", + "username_claimed": "JennyKrafts", "username_unclaimed": "noonewouldeverusethis7" }, "EyeEm": { From e9ed7a521184364c5d31249e70e2583758b576fb Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Mon, 11 Mar 2019 06:32:27 -0500 Subject: [PATCH 4/4] Update site information and version in readme. --- README.md | 2 +- data.json | 252 +++++++++++++++++++++++++++--------------------------- sites.md | 25 +++--- 3 files changed, 139 insertions(+), 140 deletions(-) diff --git a/README.md b/README.md index 95454269..52dd60c0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--proxy PROXY_URL] [--json JSON_FILE] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.5.3) +Sherlock: Find Usernames Across Social Networks (Version 0.5.7) positional arguments: USERNAMES One or more usernames to check with social networks. diff --git a/data.json b/data.json index 29a77d1c..19e16790 100644 --- a/data.json +++ b/data.json @@ -2,7 +2,7 @@ "500px": { "errorMsg": "Oops! This page doesn\u2019t exist.", "errorType": "message", - "rank": 2449, + "rank": 2407, "url": "https://500px.com/{}", "urlMain": "https://500px.com/", "username_claimed": "blue", @@ -10,7 +10,7 @@ }, "9GAG": { "errorType": "status_code", - "rank": 311, + "rank": 313, "url": "https://9gag.com/u/{}", "urlMain": "https://9gag.com/", "username_claimed": "blue", @@ -18,7 +18,7 @@ }, "About.me": { "errorType": "status_code", - "rank": 12696, + "rank": 12432, "url": "https://about.me/{}", "urlMain": "https://about.me/", "username_claimed": "blue", @@ -26,7 +26,7 @@ }, "Academia.edu": { "errorType": "status_code", - "rank": 360, + "rank": 334, "url": "https://independent.academia.edu/{}", "urlMain": "https://www.academia.edu/", "username_claimed": "blue", @@ -34,7 +34,7 @@ }, "AngelList": { "errorType": "status_code", - "rank": 3282, + "rank": 3209, "url": "https://angel.co/{}", "urlMain": "https://angel.co/", "username_claimed": "blue", @@ -42,7 +42,7 @@ }, "Aptoide": { "errorType": "status_code", - "rank": 6014, + "rank": 5977, "url": "https://{}.en.aptoide.com/", "urlMain": "https://en.aptoide.com/", "username_claimed": "blue", @@ -50,7 +50,7 @@ }, "AskFM": { "errorType": "status_code", - "rank": 1148, + "rank": 1167, "url": "https://ask.fm/{}", "urlMain": "https://ask.fm/", "username_claimed": "blue", @@ -58,7 +58,7 @@ }, "BLIP.fm": { "errorType": "status_code", - "rank": 329382, + "rank": 394198, "url": "https://blip.fm/{}", "urlMain": "https://blip.fm/", "username_claimed": "blue", @@ -66,7 +66,7 @@ }, "Badoo": { "errorType": "status_code", - "rank": 950, + "rank": 967, "url": "https://badoo.com/profile/{}", "urlMain": "https://badoo.com/", "username_claimed": "blue", @@ -74,7 +74,7 @@ }, "Bandcamp": { "errorType": "status_code", - "rank": 562, + "rank": 549, "url": "https://www.bandcamp.com/{}", "urlMain": "https://www.bandcamp.com/", "username_claimed": "blue", @@ -83,7 +83,7 @@ "Basecamp": { "errorMsg": "The account you were looking for doesn't exist", "errorType": "message", - "rank": 1493, + "rank": 1454, "url": "https://{}.basecamphq.com", "urlMain": "https://basecamp.com/", "username_claimed": "blue", @@ -91,7 +91,7 @@ }, "Behance": { "errorType": "status_code", - "rank": 385, + "rank": 360, "url": "https://www.behance.net/{}", "urlMain": "https://www.behance.net/", "username_claimed": "blue", @@ -99,7 +99,7 @@ }, "BitBucket": { "errorType": "status_code", - "rank": 805, + "rank": 785, "url": "https://bitbucket.org/{}/", "urlMain": "https://bitbucket.org/", "username_claimed": "blue", @@ -108,7 +108,7 @@ "BitCoinForum": { "errorMsg": "The user whose profile you are trying to view does not exist.", "errorType": "message", - "rank": 483578, + "rank": 432783, "url": "https://bitcoinforum.com/profile/{}", "urlMain": "https://bitcoinforum.com", "username_claimed": "bitcoinforum.com", @@ -116,7 +116,7 @@ }, "Blogger": { "errorType": "status_code", - "rank": 187, + "rank": 185, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://{}.blogspot.com", "urlMain": "https://www.blogger.com/", @@ -125,7 +125,7 @@ }, "BuzzFeed": { "errorType": "status_code", - "rank": 290, + "rank": 0, "url": "https://buzzfeed.com/{}", "urlMain": "https://buzzfeed.com/", "username_claimed": "blue", @@ -134,7 +134,7 @@ "Canva": { "errorType": "response_url", "errorUrl": "https://www.canva.com/{}", - "rank": 204, + "rank": 197, "url": "https://www.canva.com/{}", "urlMain": "https://www.canva.com/", "username_claimed": "blue", @@ -143,7 +143,7 @@ "Carbonmade": { "errorType": "response_url", "errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com", - "rank": 30574, + "rank": 29719, "url": "https://{}.carbonmade.com", "urlMain": "https://carbonmade.com/", "username_claimed": "jenny", @@ -151,7 +151,7 @@ }, "CashMe": { "errorType": "status_code", - "rank": 44621, + "rank": 45256, "url": "https://cash.me/{}", "urlMain": "https://cash.me/", "username_claimed": "jenny", @@ -159,7 +159,7 @@ }, "Cloob": { "errorType": "status_code", - "rank": 8233, + "rank": 8117, "url": "https://www.cloob.com/name/{}", "urlMain": "https://www.cloob.com/", "username_claimed": "blue", @@ -167,7 +167,7 @@ }, "Codecademy": { "errorType": "status_code", - "rank": 2289, + "rank": 2261, "url": "https://www.codecademy.com/{}", "urlMain": "https://www.codecademy.com/", "username_claimed": "blue", @@ -175,7 +175,7 @@ }, "Codementor": { "errorType": "status_code", - "rank": 11257, + "rank": 10816, "url": "https://www.codementor.io/{}", "urlMain": "https://www.codementor.io/", "username_claimed": "blue", @@ -183,7 +183,7 @@ }, "Codepen": { "errorType": "status_code", - "rank": 807, + "rank": 791, "url": "https://codepen.io/{}", "urlMain": "https://codepen.io/", "username_claimed": "blue", @@ -192,7 +192,7 @@ "Coderwall": { "errorMsg": "404! Our feels when that url is used", "errorType": "message", - "rank": 17332, + "rank": 16845, "url": "https://coderwall.com/{}", "urlMain": "https://coderwall.com/", "username_claimed": "jenny", @@ -200,7 +200,7 @@ }, "ColourLovers": { "errorType": "status_code", - "rank": 30329, + "rank": 30459, "url": "https://www.colourlovers.com/lover/{}", "urlMain": "https://www.colourlovers.com/", "username_claimed": "blue", @@ -209,7 +209,7 @@ "Contently": { "errorMsg": "We can't find that page!", "errorType": "message", - "rank": 56200, + "rank": 55933, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://{}.contently.com/", "urlMain": "https://contently.com/", @@ -218,7 +218,7 @@ }, "Coroflot": { "errorType": "status_code", - "rank": 39464, + "rank": 39368, "url": "https://www.coroflot.com/{}", "urlMain": "https://coroflot.com/", "username_claimed": "blue", @@ -235,7 +235,7 @@ }, "Crevado": { "errorType": "status_code", - "rank": 189259, + "rank": 195540, "url": "https://{}.crevado.com", "urlMain": "https://crevado.com/", "username_claimed": "blue", @@ -243,7 +243,7 @@ }, "Crunchyroll": { "errorType": "status_code", - "rank": 388, + "rank": 348, "url": "https://www.crunchyroll.com/user/{}", "urlMain": "https://www.crunchyroll.com/", "username_claimed": "blue", @@ -251,7 +251,7 @@ }, "DEV Community": { "errorType": "status_code", - "rank": 10849, + "rank": 10437, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://dev.to/{}", "urlMain": "https://dev.to/", @@ -260,7 +260,7 @@ }, "DailyMotion": { "errorType": "status_code", - "rank": 136, + "rank": 133, "url": "https://www.dailymotion.com/{}", "urlMain": "https://www.dailymotion.com/", "username_claimed": "blue", @@ -268,7 +268,7 @@ }, "Designspiration": { "errorType": "status_code", - "rank": 24725, + "rank": 23653, "url": "https://www.designspiration.net/{}/", "urlMain": "https://www.designspiration.net/", "username_claimed": "blue", @@ -276,7 +276,7 @@ }, "DeviantART": { "errorType": "status_code", - "rank": 184, + "rank": 181, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://{}.deviantart.com", "urlMain": "https://deviantart.com", @@ -285,7 +285,7 @@ }, "Disqus": { "errorType": "status_code", - "rank": 1340, + "rank": 1352, "url": "https://disqus.com/{}", "urlMain": "https://disqus.com/", "username_claimed": "blue", @@ -294,7 +294,7 @@ "Dribbble": { "errorMsg": "Whoops, that page is gone.", "errorType": "message", - "rank": 895, + "rank": 0, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://dribbble.com/{}", "urlMain": "https://dribbble.com/", @@ -304,7 +304,7 @@ "EVE Online": { "errorType": "response_url", "errorUrl": "https://eveonline.com", - "rank": 11350, + "rank": 11759, "url": "https://evewho.com/pilot/{}/", "urlMain": "https://eveonline.com", "username_claimed": "blue", @@ -322,7 +322,7 @@ "Ello": { "errorMsg": "We couldn't find the page you're looking for", "errorType": "message", - "rank": 27203, + "rank": 0, "url": "https://ello.co/{}", "urlMain": "https://ello.co/", "username_claimed": "blue", @@ -330,7 +330,7 @@ }, "Etsy": { "errorType": "status_code", - "rank": 148, + "rank": 154, "url": "https://www.etsy.com/shop/{}", "urlMain": "https://www.etsy.com/", "username_claimed": "JennyKrafts", @@ -339,7 +339,7 @@ "EyeEm": { "errorType": "response_url", "errorUrl": "https://www.eyeem.com/", - "rank": 31743, + "rank": 30113, "url": "https://www.eyeem.com/u/{}", "urlMain": "https://www.eyeem.com/", "username_claimed": "blue", @@ -356,7 +356,7 @@ }, "Flickr": { "errorType": "status_code", - "rank": 349, + "rank": 342, "url": "https://www.flickr.com/people/{}", "urlMain": "https://www.flickr.com/", "username_claimed": "blue", @@ -365,7 +365,7 @@ "Flipboard": { "errorMsg": "loading...", "errorType": "message", - "rank": 4365, + "rank": 4146, "regexCheck": "^([a-zA-Z0-9_]){1,15}$", "url": "https://flipboard.com/@{}", "urlMain": "https://flipboard.com/", @@ -374,7 +374,7 @@ }, "Foursquare": { "errorType": "status_code", - "rank": 2260, + "rank": 2248, "url": "https://foursquare.com/{}", "urlMain": "https://foursquare.com/", "username_claimed": "dens", @@ -382,7 +382,7 @@ }, "Giphy": { "errorType": "status_code", - "rank": 578, + "rank": 569, "url": "https://giphy.com/{}", "urlMain": "https://giphy.com/", "username_claimed": "blue", @@ -390,7 +390,7 @@ }, "GitHub": { "errorType": "status_code", - "rank": 50, + "rank": 48, "regexCheck": "^[a-zA-Z0-9](?:[a-zA-Z0-9]|-(?=[a-zA-Z0-9])){0,38}$", "url": "https://www.github.com/{}", "urlMain": "https://www.github.com/", @@ -400,7 +400,7 @@ "GitLab": { "errorMsg": "You need to sign in or sign up before continuing.", "errorType": "message", - "rank": 1643, + "rank": 1543, "url": "https://gitlab.com/{}", "urlMain": "https://gitlab.com/", "username_claimed": "blue", @@ -408,7 +408,7 @@ }, "Gitee": { "errorType": "status_code", - "rank": 3473, + "rank": 3244, "url": "https://gitee.com/{}", "urlMain": "https://gitee.com/", "username_claimed": "blue", @@ -416,7 +416,7 @@ }, "GoodReads": { "errorType": "status_code", - "rank": 364, + "rank": 352, "url": "https://www.goodreads.com/{}", "urlMain": "https://www.goodreads.com/", "username_claimed": "blue", @@ -432,7 +432,7 @@ }, "Gravatar": { "errorType": "status_code", - "rank": 5428, + "rank": 5320, "url": "http://en.gravatar.com/{}", "urlMain": "http://en.gravatar.com/", "username_claimed": "blue", @@ -441,7 +441,7 @@ "Gumroad": { "errorMsg": "Page not found.", "errorType": "message", - "rank": 3748, + "rank": 3665, "url": "https://www.gumroad.com/{}", "urlMain": "https://www.gumroad.com/", "username_claimed": "blue", @@ -450,7 +450,7 @@ "HackerNews": { "errorMsg": "No such user.", "errorType": "message", - "rank": 2991, + "rank": 2964, "url": "https://news.ycombinator.com/user?id={}", "urlMain": "https://news.ycombinator.com/", "username_claimed": "blue", @@ -459,7 +459,7 @@ "HackerOne": { "errorMsg": "Page not found", "errorType": "message", - "rank": 39532, + "rank": 0, "url": "https://hackerone.com/{}", "urlMain": "https://hackerone.com/", "username_claimed": "blue", @@ -468,7 +468,7 @@ "House-Mixes.com": { "errorMsg": "Profile Not Found", "errorType": "message", - "rank": 139635, + "rank": 0, "url": "https://www.house-mixes.com/profile/{}", "urlMain": "https://www.house-mixes.com/", "username_claimed": "blue", @@ -477,7 +477,7 @@ "Houzz": { "errorMsg": "The page you requested was not found.", "errorType": "message", - "rank": 2429, + "rank": 2454, "url": "https://houzz.com/user/{}", "urlMain": "https://houzz.com/", "username_claimed": "blue", @@ -485,7 +485,7 @@ }, "HubPages": { "errorType": "status_code", - "rank": 10142, + "rank": 10101, "url": "https://hubpages.com/@{}", "urlMain": "https://hubpages.com/", "username_claimed": "blue", @@ -494,7 +494,7 @@ "IFTTT": { "errorMsg": "The requested page or file does not exist", "errorType": "message", - "rank": 4287, + "rank": 4363, "url": "https://www.ifttt.com/p/{}", "urlMain": "https://www.ifttt.com/", "username_claimed": "blue", @@ -503,7 +503,7 @@ "ImageShack": { "errorType": "response_url", "errorUrl": "https://imageshack.us/", - "rank": 37741, + "rank": 39708, "url": "https://imageshack.us/user/{}", "urlMain": "https://imageshack.us/", "username_claimed": "blue", @@ -511,7 +511,7 @@ }, "Imgur": { "errorType": "status_code", - "rank": 63, + "rank": 58, "url": "https://imgur.com/user/{}", "urlMain": "https://imgur.com/", "username_claimed": "blue", @@ -529,7 +529,7 @@ "Instructables": { "errorMsg": "404: We're sorry, things break sometimes", "errorType": "message", - "rank": 998, + "rank": 994, "url": "https://www.instructables.com/member/{}", "urlMain": "https://www.instructables.com/", "username_claimed": "blue", @@ -537,7 +537,7 @@ }, "Investing.com": { "errorType": "status_code", - "rank": 525, + "rank": 505, "url": "https://www.investing.com/traders/{}", "urlMain": "https://www.investing.com/", "username_claimed": "jenny", @@ -545,7 +545,7 @@ }, "Issuu": { "errorType": "status_code", - "rank": 860, + "rank": 848, "url": "https://issuu.com/{}", "urlMain": "https://issuu.com/", "username_claimed": "jenny", @@ -553,7 +553,7 @@ }, "Itch.io": { "errorType": "status_code", - "rank": 2217, + "rank": 2112, "url": "https://{}.itch.io/", "urlMain": "https://itch.io/", "username_claimed": "blue", @@ -562,7 +562,7 @@ "Jimdo": { "errorType": "status_code", "noPeriod": "True", - "rank": 93591, + "rank": 87394, "url": "https://{}.jimdosite.com", "urlMain": "https://jimdosite.com/", "username_claimed": "jenny", @@ -578,7 +578,7 @@ }, "KanoWorld": { "errorType": "status_code", - "rank": 81122, + "rank": 100402, "url": "https://api.kano.me/progress/user/{}", "urlMain": "https://world.kano.me/", "username_claimed": "blue", @@ -586,7 +586,7 @@ }, "Keybase": { "errorType": "status_code", - "rank": 95585, + "rank": 95533, "url": "https://keybase.io/{}", "urlMain": "https://keybase.io/", "username_claimed": "blue", @@ -595,7 +595,7 @@ "Kik": { "errorMsg": "The page you requested was not found", "errorType": "message", - "rank": 314063, + "rank": 309888, "url": "https://ws2.kik.com/user/{}", "urlMain": "http://kik.me/", "username_claimed": "blue", @@ -604,7 +604,7 @@ "Kongregate": { "errorMsg": "Sorry, no account with that name was found.", "errorType": "message", - "rank": 1957, + "rank": 1978, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://www.kongregate.com/accounts/{}", "urlMain": "https://www.kongregate.com/", @@ -613,7 +613,7 @@ }, "Launchpad": { "errorType": "status_code", - "rank": 7446, + "rank": 7576, "url": "https://launchpad.net/~{}", "urlMain": "https://launchpad.net/", "username_claimed": "blue", @@ -622,7 +622,7 @@ "Letterboxd": { "errorMsg": "Sorry, we can\u2019t find the page you\u2019ve requested.", "errorType": "message", - "rank": 2404, + "rank": 2378, "url": "https://letterboxd.com/{}", "urlMain": "https://letterboxd.com/", "username_claimed": "blue", @@ -630,7 +630,7 @@ }, "LiveJournal": { "errorType": "status_code", - "rank": 216, + "rank": 219, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://{}.livejournal.com", "urlMain": "https://www.livejournal.com/", @@ -639,7 +639,7 @@ }, "Mastodon": { "errorType": "status_code", - "rank": 1089515, + "rank": 1054418, "url": "https://mstdn.io/@{}", "urlMain": "https://mstdn.io/", "username_claimed": "blue", @@ -647,7 +647,7 @@ }, "Medium": { "errorType": "status_code", - "rank": 195, + "rank": 184, "url": "https://medium.com/@{}", "urlMain": "https://medium.com/", "username_claimed": "blue", @@ -656,7 +656,7 @@ "MeetMe": { "errorType": "response_url", "errorUrl": "https://www.meetme.com/", - "rank": 14947, + "rank": 15151, "url": "https://www.meetme.com/{}", "urlMain": "https://www.meetme.com/", "username_claimed": "blue", @@ -665,7 +665,7 @@ "MixCloud": { "errorMsg": "Page Not Found", "errorType": "message", - "rank": 3111, + "rank": 3078, "url": "https://www.mixcloud.com/{}", "urlMain": "https://www.mixcloud.com/", "username_claimed": "blue", @@ -673,7 +673,7 @@ }, "MyAnimeList": { "errorType": "status_code", - "rank": 450, + "rank": 426, "url": "https://myanimelist.net/profile/{}", "urlMain": "https://myanimelist.net/", "username_claimed": "blue", @@ -682,7 +682,7 @@ "NameMC (Minecraft.net skins)": { "errorMsg": "Profiles: 0 results", "errorType": "message", - "rank": 5874, + "rank": 5873, "url": "https://namemc.com/profile/{}", "urlMain": "https://namemc.com/", "username_claimed": "blue", @@ -690,7 +690,7 @@ }, "Newgrounds": { "errorType": "status_code", - "rank": 2303, + "rank": 2352, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://{}.newgrounds.com", "urlMain": "https://newgrounds.com", @@ -700,7 +700,7 @@ "Pastebin": { "errorType": "response_url", "errorUrl": "https://pastebin.com/index", - "rank": 1042, + "rank": 1035, "url": "https://pastebin.com/u/{}", "urlMain": "https://pastebin.com/", "username_claimed": "blue", @@ -708,7 +708,7 @@ }, "Patreon": { "errorType": "status_code", - "rank": 312, + "rank": 301, "url": "https://www.patreon.com/{}", "urlMain": "https://www.patreon.com/", "username_claimed": "blue", @@ -717,7 +717,7 @@ "Pexels": { "errorMsg": "Ouch, something went wrong!", "errorType": "message", - "rank": 579, + "rank": 567, "url": "https://www.pexels.com/@{}", "urlMain": "https://www.pexels.com/", "username_claimed": "rawpixel", @@ -725,7 +725,7 @@ }, "Photobucket": { "errorType": "status_code", - "rank": 3423, + "rank": 3468, "url": "https://photobucket.com/user/{}/library", "urlMain": "https://photobucket.com/", "username_claimed": "blue", @@ -734,7 +734,7 @@ "Pinterest": { "errorType": "response_url", "errorUrl": "https://www.pinterest.com/?show_error=true", - "rank": 71, + "rank": 66, "url": "https://www.pinterest.com/{}/", "urlMain": "https://www.pinterest.com/", "username_claimed": "blue", @@ -742,7 +742,7 @@ }, "Pixabay": { "errorType": "status_code", - "rank": 371, + "rank": 355, "url": "https://pixabay.com/en/users/{}", "urlMain": "https://pixabay.com/", "username_claimed": "blue", @@ -750,7 +750,7 @@ }, "Plug.DJ": { "errorType": "status_code", - "rank": 34884, + "rank": 34110, "url": "https://plug.dj/@/{}", "urlMain": "https://plug.dj/", "username_claimed": "plug-dj-rock", @@ -759,7 +759,7 @@ "ProductHunt": { "errorMsg": "Product Hunt is a curation of the best new products", "errorType": "message", - "rank": 3704, + "rank": 3596, "url": "https://www.producthunt.com/@{}", "urlMain": "https://www.producthunt.com/", "username_claimed": "jenny", @@ -768,7 +768,7 @@ "Quora": { "errorType": "response_url", "errorUrl": "https://www.quora.com/profile/{}", - "rank": 85, + "rank": 83, "url": "https://www.quora.com/profile/{}", "urlMain": "https://www.quora.com/", "username_claimed": "Matt-Riggsby", @@ -777,7 +777,7 @@ "Rajce.net": { "errorMsg": "410", "errorType": "message", - "rank": 1173, + "rank": 1166, "url": "https://{}.rajce.idnes.cz/", "urlMain": "https://www.rajce.idnes.cz/", "username_claimed": "blue", @@ -786,7 +786,7 @@ "Reddit": { "errorMsg": "page not found", "errorType": "message", - "rank": 17, + "rank": 19, "url": "https://www.reddit.com/user/{}", "urlMain": "https://www.reddit.com/", "username_claimed": "blue", @@ -795,7 +795,7 @@ "Repl.it": { "errorMsg": "404", "errorType": "message", - "rank": 8532, + "rank": 8462, "url": "https://repl.it/@{}", "urlMain": "https://repl.it/", "username_claimed": "blue", @@ -804,7 +804,7 @@ "ReverbNation": { "errorMsg": "Sorry, we couldn't find that page", "errorType": "message", - "rank": 10811, + "rank": 10937, "url": "https://www.reverbnation.com/{}", "urlMain": "https://www.reverbnation.com/", "username_claimed": "blue", @@ -813,7 +813,7 @@ "Roblox": { "errorMsg": "Page cannot be found or no longer exists", "errorType": "message", - "rank": 102, + "rank": 98, "url": "https://www.roblox.com/user.aspx?username={}", "urlMain": "https://www.roblox.com/", "username_claimed": "bluewolfekiller", @@ -822,7 +822,7 @@ "Scribd": { "errorMsg": "Page not found", "errorType": "message", - "rank": 214, + "rank": 218, "url": "https://www.scribd.com/{}", "urlMain": "https://www.scribd.com/", "username_claimed": "blue", @@ -830,7 +830,7 @@ }, "Slack": { "errorType": "status_code", - "rank": 225, + "rank": 215, "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://{}.slack.com", "urlMain": "https://slack.com", @@ -839,7 +839,7 @@ }, "SlideShare": { "errorType": "status_code", - "rank": 179, + "rank": 172, "url": "https://slideshare.net/{}", "urlMain": "https://slideshare.net/", "username_claimed": "blue", @@ -847,7 +847,7 @@ }, "Smashcast": { "errorType": "status_code", - "rank": 113556, + "rank": 121655, "url": "https://www.smashcast.tv/api/media/live/{}", "urlMain": "https://www.smashcast.tv/", "username_claimed": "hello", @@ -855,7 +855,7 @@ }, "SoundCloud": { "errorType": "status_code", - "rank": 115, + "rank": 111, "url": "https://soundcloud.com/{}", "urlMain": "https://soundcloud.com/", "username_claimed": "blue", @@ -863,7 +863,7 @@ }, "SourceForge": { "errorType": "status_code", - "rank": 352, + "rank": 349, "url": "https://sourceforge.net/u/{}", "urlMain": "https://sourceforge.net/", "username_claimed": "blue", @@ -871,7 +871,7 @@ }, "Spotify": { "errorType": "status_code", - "rank": 105, + "rank": 108, "url": "https://open.spotify.com/user/{}", "urlMain": "https://open.spotify.com/", "username_claimed": "blue", @@ -879,7 +879,7 @@ }, "Star Citizen": { "errorType": "status_code", - "rank": 4881, + "rank": 6087, "url": "https://robertsspaceindustries.com/citizens/{}", "urlMain": "https://robertsspaceindustries.com/", "username_claimed": "blue", @@ -888,7 +888,7 @@ "Steam": { "errorMsg": "The specified profile could not be found", "errorType": "message", - "rank": 147, + "rank": 140, "url": "https://steamcommunity.com/id/{}", "urlMain": "https://steamcommunity.com/", "username_claimed": "blue", @@ -897,7 +897,7 @@ "SteamGroup": { "errorMsg": "No group could be retrieved for the given URL", "errorType": "message", - "rank": 147, + "rank": 0, "url": "https://steamcommunity.com/groups/{}", "urlMain": "https://steamcommunity.com/", "username_claimed": "blue", @@ -905,7 +905,7 @@ }, "StreamMe": { "errorType": "status_code", - "rank": 20773, + "rank": 22085, "url": "https://www.stream.me/{}", "urlMain": "https://www.stream.me/", "username_claimed": "blue", @@ -914,7 +914,7 @@ "Taringa": { "errorMsg": "Lo que est\u00e1s buscando no est\u00e1 por aqu\u00ed.", "errorType": "message", - "rank": 1149, + "rank": 1226, "url": "https://www.taringa.net/{}", "urlMain": "https://taringa.net/", "username_claimed": "blue", @@ -923,7 +923,7 @@ "Telegram": { "errorMsg": "