diff --git a/removed_sites.json b/removed_sites.json index 5bc9d66..24c342e 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -762,4 +762,11 @@ "username_claimed": "red", "username_unclaimed": "noonewouldeverusethis7" }, + "Pinterest": { + "errorType": "status_code", + "url": "https://www.pinterest.com/{}/", + "urlMain": "https://www.pinterest.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis76543" + } } diff --git a/removed_sites.md b/removed_sites.md index 43513ea..d97cb80 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1456,3 +1456,16 @@ Raidforums is now run by the FBI "username_unclaimed": "noonewouldeverusethis7" }, ``` + +## Pinterest +Removed due to false positive + +`` + "Pinterest": { + "errorType": "status_code", + "url": "https://www.pinterest.com/{}/", + "urlMain": "https://www.pinterest.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis76543" + } +``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 422c58d..cce930d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1489,13 +1489,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Pinterest": { - "errorType": "status_code", - "url": "https://www.pinterest.com/{}/", - "urlMain": "https://www.pinterest.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis76543" - }, "PlayStore": { "errorType": "status_code", "url": "https://play.google.com/store/apps/developer?id={}", diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index dc4e9d5..2408c9f 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -75,7 +75,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = "Pinterest" + site = "PlayStore" site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed.