From 12ceb035a90aaed7ba8137302f2ab909aeec18e5 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:18:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20[=E8=B1=86=E7=93=A3=20-=20?= =?UTF-8?q?=E5=B0=8F=E7=BB=84/=E8=AE=A8=E8=AE=BA=E5=8C=BA]=20=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 6fe9ff2..3a35c2d 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -426,7 +426,7 @@ }, "豆瓣 - 小组/讨论区 - 帖子内": { "host": ["www.douban.com", "movie.douban.com"], - "url": "return (fun.indexOF('/group/topic/') || fun.indexOF(/^\\/subject\\/\\d+\\/discussion\\/\\d+/))", + "url": "return (fun.indexOF('/group/topic/') || fun.indexOF(/^\\/subject\\/.+\\/discussion\\/\\d+/))", "thread": true, "pager": { "nextL": "link[rel='next']", @@ -437,7 +437,7 @@ }, "豆瓣 - 小组/讨论区": { "host": ["www.douban.com", "movie.douban.com"], - "url": "/^\\/(group|subject)\\/\\d+\\/discussion/", + "url": "/^\\/(group|subject)\\/.+\\/discussion/", "blank": 3, "pager": { "nextL": "link[rel='next']",