diff --git a/removed_sites.md b/removed_sites.md index fa85d38..209ec62 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -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" } -``` \ No newline at end of file +``` + +## 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" + } +```