新增 [汽车之家论坛] 支持; 优化 [爱卡汽车论坛] 规则

This commit is contained in:
xiu2
2022-05-26 11:40:44 +08:00
parent 6f450cca5f
commit cec2c22033
+13 -1
View File
@@ -856,9 +856,21 @@
"bF": "return fun.src_bF(pageE, [0, 'img[original]', 'original'])"
}
},
"汽车之家论坛": {
"host": "club.autohome.com.cn",
"url": "fun.isUrlC(); return fun.indexOF('/bbs/forum')",
"blank": 3,
"pager": {
"type": 6,
"nextL": "js; return fun.getNextUPN(/(?<=-)\\d+(?=\\.html)/,/-\\d+\\.html$/,'-','.html','2',fun.getCSS('.athm-page__num>a:last-of-type').textContent)",
"pageE": ".post-list>li",
"loadTime": 1000,
"scrollD": 3000
}
},
"爱卡汽车网论坛": {
"host": "www.xcar.com.cn",
"url": "return (fun.lp() == '/bbs/forumdisplay.php')",
"url": "return (fun.lp() == '/bbs/forumdisplay.php' && !fun.getCSS('.article_more_item'))",
"pager": {
"nextL": "a.page_down",
"pageE": ".table-section>dl:not(.table_head)",