From ed7baf8d96b3aef04d37e34896d0d263a202d47a Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Thu, 7 Jan 2021 01:16:39 -0800 Subject: [PATCH] [auto] added more websites - ref afb29f0e --- sites.json | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) diff --git a/sites.json b/sites.json index 682cc38..612f11a 100644 --- a/sites.json +++ b/sites.json @@ -7291,5 +7291,131 @@ "timeout": 0, "implicit": 0, "type": "unavailable" + }, + { + "url": "https://udemy.com/user/{username}/", + "detections": [{ + "return": "true", + "string": "-profile-", + "type": "normal" + }, + { + "return": "true", + "string": "about-me", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0, + "type": "unavailable" + }, + { + "url": "https://www.heavy-r.com/user/{username}", + "detections": [{ + "return": "false", + "string": "Channel not found", + "type": "normal" + }, + { + "return": "true", + "string": "member-info", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0, + "type": "unavailable" + }, + { + "url": "https://www.xrares.com/user/{username}", + "detections": [{ + "return": "false", + "string": "This user does not exist", + "type": "normal" + }, + { + "return": "true", + "string": "panel-body", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0, + "type": "unavailable" + }, + { + "url": "https://www.xvideos.com/profiles/{username}", + "detections": [{ + "return": "false", + "string": "THIS PROFILE DOESN", + "type": "normal" + }, + { + "return": "true", + "string": "profile-title", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0, + "type": "adult" + }, + { + "url": "https://www.tnaflix.com/profile/{username}", + "detections": [{ + "return": "false", + "string": "looking for is lost somewhere", + "type": "normal" + }, + { + "return": "true", + "string": "userProfileHeader", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0, + "type": "adult" + }, + { + "url": "https://xhamster.com/users/{username}", + "detections": [{ + "return": "false", + "string": "User not found", + "type": "normal" + }, + { + "return": "true", + "string": "user-header", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0, + "type": "adult" + }, + { + "url": "https://xxxbunker.com/users/{username}", + "detections": [{ + "return": "false", + "string": "FILE NOT FOUND", + "type": "normal" + }, + { + "return": "true", + "string": "\"profile\"", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0, + "type": "adult" } ]