Skip to content

Commit 4ec977f

Browse files
committed
新增 [笔屋漫画] 支持
1 parent 43fb36e commit 4ec977f

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3222,6 +3222,30 @@
32223222
"replaceE": ".pages_s"
32233223
}
32243224
},
3225+
"笔屋漫画 - 分类页": {
3226+
"host": "www.biwumh.com",
3227+
"url": "/^\\/l\\//",
3228+
"pager": {
3229+
"nextL": "#pagelink>strong+a",
3230+
"pageE": "#sitebox",
3231+
"replaceE": "#pagelink"
3232+
},
3233+
"function": {
3234+
"bF": "return fun.src_bF(pageE, [0,'img[_src]','_src'])"
3235+
}
3236+
},
3237+
"笔屋漫画": {
3238+
"host": "www.biwumh.com",
3239+
"url": "/^\\/\\d+\\/\\d+(_\\d+)?\\.html$/",
3240+
"pager": {
3241+
"nextL": "//p[@class='mlfy_page']/a[text()='下一页' or text()='下一章']",
3242+
"pageE": "#TextContent>img",
3243+
"replaceE": ".mlfy_page"
3244+
},
3245+
"function": {
3246+
"bF": "return fun.src_bF(pageE)"
3247+
}
3248+
},
32253249
"鬼罗丽漫画": {
32263250
"host": ["www.gllmh8.com","m.gllmh8.com"],
32273251
"url": "/^\\/./",

0 commit comments

Comments
 (0)