From 23b0122755fc499d70bc44d5e917c4f5cb135d29 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Thu, 6 Aug 2020 12:51:44 +0530 Subject: [PATCH 1/3] 9Gag Works! Weird. --- data_bad_site.json | 8 -------- removed_sites.md | 13 ------------- sherlock/resources/data.json | 8 ++++++++ 3 files changed, 8 insertions(+), 21 deletions(-) diff --git a/data_bad_site.json b/data_bad_site.json index a0f3b859..78bf6b97 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -1,12 +1,4 @@ { - "9GAG": { - "errorType": "status_code", - "rank": 389, - "url": "https://9gag.com/u/{}", - "urlMain": "https://9gag.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, "AdobeForums": { "errorType": "status_code", "rank": 59, diff --git a/removed_sites.md b/removed_sites.md index 6b70da4a..986d7558 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -41,20 +41,7 @@ turned on. "username_unclaimed": "noonewouldeverusethis7" }, ``` -## 9GAG -As of 2020-05-25, all usernames are reported as available. - -``` - "9GAG": { - "errorType": "status_code", - "rank": 389, - "url": "https://9gag.com/u/{}", - "urlMain": "https://9gag.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, -``` ## Investing.com diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 8f4345f9..74a2efde 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -63,6 +63,14 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "9GAG": { + "errorType": "status_code", + "rank": 389, + "url": "https://www.9gag.com/u/{}", + "urlMain": "https://9gag.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, "About.me": { "errorType": "status_code", "rank": 11447, From aff196abec42e91e93e91f6d402f7780f8eeb409 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Thu, 6 Aug 2020 13:29:32 +0530 Subject: [PATCH 2/3] Added www to urlMain --- sherlock/resources/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 74a2efde..9016cf54 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -66,8 +66,8 @@ "9GAG": { "errorType": "status_code", "rank": 389, - "url": "https://www.9gag.com/u/{}", - "urlMain": "https://9gag.com/", + "url": "https://9gag.com/u/{}", + "urlMain": "https://www.9gag.com/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, From 60d7d9565a58947fe8322b7a95d9e1b8541e28d1 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Thu, 6 Aug 2020 13:32:06 +0530 Subject: [PATCH 3/3] www to url oops --- sherlock/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 9016cf54..42071bac 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -66,7 +66,7 @@ "9GAG": { "errorType": "status_code", "rank": 389, - "url": "https://9gag.com/u/{}", + "url": "https://www.9gag.com/u/{}", "urlMain": "https://www.9gag.com/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7"