From 58f5610d73a8e9d9dbf9ae85521fc710454ec113 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 7 Apr 2022 20:00:05 +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=B9=BF=E6=92=AD]=20=E8=A7=84=E5=88=99?= 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 d4ee6ee..207f292 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -354,10 +354,10 @@ }, "豆瓣 - 广播": { "host": "www.douban.com", - "url": "return (fun.indexOF(/^\\/people\\/\\d+\\/status/) && (!fun.indexOF('tab=','s') || fun.indexOF('tab=comment','s')))", + "url": "return (fun.indexOF(/^\\/people\\/.+\\/status/) && (!fun.indexOF('tab=','s') || fun.indexOF('tab=comment','s')))", "pager": { "type": 6, - "nextL": "a.next", + "nextL": "js; let a=fun.getCSS('a.next');if(a && a.href){return a.href.replace('#comments','')}", "pageE": ".comment-list-wrapper, .list", "replaceE": ".paginator", "loadTime": 1000 @@ -365,7 +365,7 @@ }, "豆瓣 - 片单/标签/小组讨论精选/广播": { "host": "www.douban.com", - "url": "return (fun.indexOF(/^\\/(doulist|tag)\\//) || fun.lp() == '/group/explore' || (fun.indexOF(/^\\/people\\/\\d+\\/status/) && fun.indexOF('tab=','s') && !fun.indexOF('tab=collect','s')))", + "url": "return (fun.indexOF(/^\\/(doulist|tag)\\//) || fun.lp() == '/group/explore' || (fun.indexOF(/^\\/people\\/.+\\/status/) && fun.indexOF('tab=','s') && !fun.indexOF('tab=collect','s')))", "pager": { "nextL": "link[rel='next']", "pageE": ".doulist-item, .article>.mod:not([id='doulist-info']), .channel-item, .list",