Skip to content

Commit

Permalink
Merge pull request #1775 from w3Abhishek/master
Browse files Browse the repository at this point in the history
Removed OnlyFans
  • Loading branch information
sdushantha committed Apr 21, 2023
2 parents dc2b3ed + 2bc624e commit c9c97e5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
8 changes: 8 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,5 +754,13 @@
"urlMain": "https://coil.com/",
"urlProbe": "https://coil.com/gateway",
"username_claimed": "adam"
},
"OnlyFans": {
"errorType": "status_code",
"isNSFW": true,
"url": "https://onlyfans.com/{}",
"urlMain": "https://onlyfans.com/",
"urlProbe": "https://onlyfans.com/api2/v2/users/{}",
"username_claimed": "theemilylynne"
}
}
16 changes: 15 additions & 1 deletion removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1684,4 +1684,18 @@ As of 2023.03.15, Coil has been discontinued. All accounts were deleted and any
"urlProbe": "https://coil.com/gateway",
"username_claimed": "adam"
}
```
```

## OnlyFans
As of 2023.04.20, OnlyFans returns false negatives on checking usernames with the API endpoint and directly through their website.

```
"OnlyFans": {
"errorType": "status_code",
"isNSFW": true,
"url": "https://onlyfans.com/{}",
"urlMain": "https://onlyfans.com/",
"urlProbe": "https://onlyfans.com/api2/v2/users/{}",
"username_claimed": "theemilylynne"
}
```
8 changes: 0 additions & 8 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1474,14 +1474,6 @@
"urlMain": "https://ok.ru/",
"username_claimed": "ok"
},
"OnlyFans": {
"errorType": "status_code",
"isNSFW": true,
"url": "https://onlyfans.com/{}",
"urlMain": "https://onlyfans.com/",
"urlProbe": "https://onlyfans.com/api2/v2/users/{}",
"username_claimed": "theemilylynne"
},
"OpenStreetMap": {
"errorType": "status_code",
"url": "https://www.openstreetmap.org/user/{}",
Expand Down

0 comments on commit c9c97e5

Please sign in to comment.