优化 [豆瓣 - 小组/讨论区] 规则

This commit is contained in:
xiu2
2022-07-20 12:18:33 +08:00
parent 7e97dc01ef
commit 12ceb035a9
+2 -2
View File
@@ -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']",