Skip to content

Commit

Permalink
Fix some typos (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfelipeog committed Mar 15, 2024
2 parents e3a09f8 + 978e353 commit 23d3de0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ Good-bye [Google Plus](https://en.wikipedia.org/wiki/Google%2B)...
## InsaneJournal

As of 2020-02-23, InsaneJournal returns false positive, when providing a username which contains a period.
Since we were not able to find the critera for a valid username, the best thing to do now is to remove it.
Since we were not able to find the criteria for a valid username, the best thing to do now is to remove it.

```json
"InsaneJournal": {
Expand Down Expand Up @@ -625,7 +625,7 @@ removed

## Coderwall
As of 2020-07-06, Coderwall returns false positives when checking for an username which contains a period.
I have tried to find out what Coderwall's criteria is for a valid username, but unfortunetly I have not been able to
I have tried to find out what Coderwall's criteria is for a valid username, but unfortunately I have not been able to
find it and because of this, the best thing we can do now is to remove it.
```json
"Coderwall": {
Expand Down Expand Up @@ -1827,7 +1827,7 @@ As of 2023.08.29, GunsAndAmmo responds with 404 from time to time
```

## TikTok
As of 2023.12.21, TikTok returns false positives. This is because the webpage returns a somewhat blank page. This prevents us from being able to check for the existance of usernames. Proxitok does not work either.
As of 2023.12.21, TikTok returns false positives. This is because the webpage returns a somewhat blank page. This prevents us from being able to check for the existence of usernames. Proxitok does not work either.

```json
"TikTok": {
Expand Down
4 changes: 2 additions & 2 deletions sherlock/tests/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_detect_false_via_message(self):
self.assertEqual("message", site_data["errorType"])

# Generate a valid username based on the regex for a username that the
# site supports that is *most likely* not taken. The regex is slighlty
# site supports that is *most likely* not taken. The regex is slightly
# modified version of site_data["regexCheck"] as we want a username
# that has the maximum length that is supported by the site. This way,
# we wont generate a random username that might actually exist. This
Expand Down Expand Up @@ -109,7 +109,7 @@ def test_detect_false_via_status_code(self):
self.assertEqual("status_code", site_data["errorType"])

# Generate a valid username based on the regex for a username that the
# site supports that is *most likely* not taken. The regex is slighlty
# site supports that is *most likely* not taken. The regex is slightly
# modified version of site_data["regexCheck"] as we want a username
# that has the maximum length that is supported by the site. This way,
# we wont generate a random username that might actually exist. This
Expand Down

0 comments on commit 23d3de0

Please sign in to comment.