Skip to content

Commit 0a6b55e

Browse files
committed
新增 [番组计划 - 吐槽] 支持
1 parent 9f0d985 commit 0a6b55e

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

other/Autopage/rules.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -643,20 +643,11 @@
643643
},
644644
"番组计划": {
645645
"host": ["bgm.tv","bangumi.tv","chii.in"],
646-
"url": "return (fun.indexOF(/\\/(browser|subject_search|tag|wish)/) || fun.isPager())",
646+
"url": "return (fun.indexOF(/\\/(browser|subject_search|tag|wish|forum|comments)/) || fun.isPager())",
647647
"blank": 3,
648648
"pager": {
649649
"nextL": "//div[@class='page_inner']/a[text()='››']",
650-
"pageE": "ul#browserItemList>li",
651-
"replaceE": ".page_inner"
652-
}
653-
},
654-
"番组计划 - 小组帖子列表": {
655-
"host": ["bgm.tv","bangumi.tv","chii.in"],
656-
"url": "/\\/forum/",
657-
"pager": {
658-
"nextL": "//div[@class='page_inner']/a[text()='››']",
659-
"pageE": ".topic_list>tbody:last-of-type>tr.topic",
650+
"pageE": "ul#browserItemList>li,.topic_list>tbody:last-of-type>tr.topic,#comment_box>.item",
660651
"replaceE": ".page_inner"
661652
}
662653
},

0 commit comments

Comments
 (0)