Skip to content

Commit 78343c8

Browse files
committed
新增 [IMDb]、[烂番茄] 支持
1 parent 36b42b2 commit 78343c8

2 files changed

Lines changed: 23 additions & 4 deletions

File tree

other/Autopage/ruleUpdateTime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1646548886
1+
1646706920

other/Autopage/rules.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,27 @@
354354
"scrollD": 1000
355355
}
356356
},
357+
"烂番茄": {
358+
"host": "www.rottentomatoes.com",
359+
"url": "/\\/browse\\//",
360+
"pager": {
361+
"type": 2,
362+
"nextL": "#show-more-btn > button"
363+
}
364+
},
365+
"IMDb": {
366+
"host": "www.imdb.com",
367+
"url": "/\\/search\\//",
368+
"pager": {
369+
"nextL": ".next-page",
370+
"pageE": ".lister-item",
371+
"replaceE": ".desc",
372+
"scrollD": 2500
373+
},
374+
"function": {
375+
"bF": "return fun.src_bF(pageE, [0,'img[loadlate]','loadlate'])"
376+
}
377+
},
357378
"知乎 - 用户主页/收藏夹": {
358379
"host": "www.zhihu.com",
359380
"url": "fun.isUrlC(); if (fun.indexOF(/\\/people\\/.+\\/.+/) || fun.indexOF('/collection/')) {if (self != top) {fun.insStyle('#ProfileHeader {display: none !important;}')}; return true;}",
@@ -3511,8 +3532,7 @@
35113532
"pager": {
35123533
"type": 2,
35133534
"nextL": ".ajax-pagination-btn",
3514-
"nextText": "More",
3515-
"scrollD": 2500
3535+
"scrollD": 2000
35163536
}
35173537
},
35183538
"Github - 用户 Star 列表": {
@@ -3845,7 +3865,6 @@
38453865
"pager": {
38463866
"type": 2,
38473867
"nextL": ".load-more",
3848-
"nextTextOf": "LOAD MORE",
38493868
"scrollD": 2000
38503869
}
38513870
},

0 commit comments

Comments
 (0)