Merge pull request #1775 from w3Abhishek/master

Removed OnlyFans
pull/1845/head
Siddharth Dushantha 1 year ago committed by GitHub
commit c9c97e5891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
}

@ -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"
}
```

@ -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/{}",

Loading…
Cancel
Save