From 77baeb29c9d4531258f71e30d31d4618c5590caa Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E8=B1=86=E7=93=A3=20-=20?= =?UTF-8?q?=E4=BA=BA=E7=89=A9=E5=9B=BE=E7=89=87/=E4=BA=BA=E7=89=A9?= =?UTF-8?q?=E4=BD=9C=E5=93=81]=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 6f84dd0..1723415 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -363,12 +363,12 @@ "loadTime": 1000 } }, - "豆瓣 - 片单/标签/小组讨论精选/广播/日记": { + "豆瓣 - 片单/标签/人物图片/人物作品/小组讨论精选/广播/日记": { "host": "www.douban.com", - "url": "return (fun.indexOF(/^\\/(doulist|tag)\\//) || fun.lp() == '/group/explore' || ((fun.indexOF(/^\\/people\\/.+\\/status/) && fun.indexOF('tab=','s') && !fun.indexOF('tab=collect','s'))) || (fun.indexOF(/^\\/note\\/\\d+\\//) && fun.indexOF('type=','s')))", + "url": "return (fun.indexOF(/^\\/(doulist|tag)\\//) || fun.indexOF(/^\\/personage\\/\\d+\\/(photos|creations)/) || fun.lp() == '/group/explore' || ((fun.indexOF(/^\\/people\\/.+\\/status/) && fun.indexOF('tab=','s') && !fun.indexOF('tab=collect','s'))) || (fun.indexOF(/^\\/note\\/\\d+\\//) && fun.indexOF('type=','s')))", "pager": { "nextL": "link[rel='next']", - "pageE": ".doulist-item,.article>.mod:not([id='doulist-info']),.channel-item,.list", + "pageE": ".doulist-item,.article>.mod:not([id='doulist-info']),ul.pics>li,ul.creations>li.creation,.channel-item,.list", "replaceE": ".paginator" } },