From ccb7e8692d06d18a563e5587f9df991677b400be Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Fri, 1 Jan 2021 16:45:12 -0800 Subject: [PATCH] added douban.com --- sites.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/sites.json b/sites.json index ce41947..63f1923 100644 --- a/sites.json +++ b/sites.json @@ -6632,5 +6632,22 @@ "selected": "false", "timeout": 0, "implicit": 0 + }, + { + "url": "https://douban.com/people/{username}/", + "detections": [{ + "return": "true", + "string": "error.", + "type": "normal" + }, + { + "return": "true", + "string": "-profile-", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0 } ]