diff --git a/removed_sites.json b/removed_sites.json index d61617b..0d6dbb5 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -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" } } 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" + } +``` diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index edfd74d..84e498d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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/{}",