Skip to content

Commit

Permalink
Merge branch 'master' into add-sites
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Nov 10, 2020
2 parents 3bc945e + 30d29bb commit e537796
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 30 deletions.
9 changes: 0 additions & 9 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,15 +363,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"500px": {
"errorMsg": "Oops! This page doesn\u2019t exist.",
"errorType": "message",
"regexCheck": "^[a-z0-9_]+$",
"url": "https://500px.com/{}",
"urlMain": "https://500px.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"PayPal": {
"errorMsg": "<meta name=\"twitter:title\" content=\"Get your very own PayPal.Me link\" />",
"errorType": "message",
Expand Down
16 changes: 0 additions & 16 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,22 +729,6 @@ As of 2020-08-11, YandexCollection presents us with a rechapta which prevents us
},
```

## 500px

As of 2020-08-24, 500px now returns false positives, which was found when running the tests, but will most likley be added again in the near
future once we find a better error detecting method.
```
"500px": {
"errorMsg": "Oops! This page doesn\u2019t exist.",
"errorType": "message",
"regexCheck": "^[a-z0-9_]+$",
"url": "https://500px.com/{}",
"urlMain": "https://500px.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

## PayPal

As of 2020-08-24, PayPal now returns false positives, which was found when running the tests, but will most likley be added again in the near
Expand Down
8 changes: 4 additions & 4 deletions sherlock/tests/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_detect_true_via_message(self):
Will trigger an assert if detection mechanism did not work as expected.
"""

site = 'Instructables'
site = 'BinarySearch'
site_data = self.site_data_all[site]

#Ensure that the site's detection method has not changed.
Expand All @@ -48,7 +48,7 @@ def test_detect_false_via_message(self):
Will trigger an assert if detection mechanism did not work as expected.
"""

site = 'Instructables'
site = 'BinarySearch'
site_data = self.site_data_all[site]

#Ensure that the site's detection method has not changed.
Expand Down Expand Up @@ -129,7 +129,7 @@ def test_detect_true_via_response_url(self):
Will trigger an assert if detection mechanism did not work as expected.
"""

site = 'Quora'
site = 'VK'
site_data = self.site_data_all[site]

#Ensure that the site's detection method has not changed.
Expand All @@ -156,7 +156,7 @@ def test_detect_false_via_response_url(self):
Will trigger an assert if detection mechanism did not work as expected.
"""

site = 'Quora'
site = 'VK'
site_data = self.site_data_all[site]

#Ensure that the site's detection method has not changed.
Expand Down
2 changes: 1 addition & 1 deletion sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@
300. [toster](https://www.toster.ru/)
301. [uid](https://uid.me/)
302. [Atom Discussions](https://discuss.atom.io)
303. [Quizlet](https://quizlet.com)
303. [Quizlet](https://quizlet.com)

0 comments on commit e537796

Please sign in to comment.