|
409 | 409 | "replaceE": "#paginator" |
410 | 410 | } |
411 | 411 | }, |
412 | | - "豆瓣 - top250/分集短评/剧评影评/在看/想看/看过的电影/作品/图片": { |
413 | | - "host": "movie.douban.com", |
414 | | - "url": "return (fun.lp() == '/top250' || fun.indexOF(/^\\/subject\\/\\d+\\/(episode|tv_discuss|reviews|photos)/) || fun.indexOF(/^\\/people\\/\\d+\\/(do|wish|collect)/) || fun.indexOF(/^\\/celebrity\\/\\d+\\/(movies|photos)/))", |
| 412 | + "豆瓣 - top250/分集短评/剧评影评/在看/想看/看过/作品/图片": { |
| 413 | + "host": ["movie.douban.com","music.douban.com","book.douban.com"], |
| 414 | + "url": "return (fun.lp() == '/top250' || fun.indexOF(/^\\/subject\\/\\d+\\/(episode|tv_discuss|reviews|photos)/) || fun.indexOF(/^\\/people\\/.+\\/(do|wish|collect)/) || fun.indexOF(/^\\/celebrity\\/\\d+\\/(movies|photos)/))", |
415 | 415 | "pager": { |
416 | 416 | "nextL": "link[rel='next']", |
417 | | - "pageE": ".grid_view, #comments, .review-list, .grid-view, .grid_view>ul>li, .poster-col3>li", |
418 | | - "replaceE": ".paginator" |
| 417 | + "pageE": ".grid_view, #comments, .review-list, .interest-list, .grid-view, .grid_view>ul>li, .poster-col3>li", |
| 418 | + "replaceE": ".paginator", |
| 419 | + "scrollD": 2500 |
419 | 420 | } |
420 | 421 | }, |
421 | 422 | "豆瓣 - 广播/日记/书评/影评评论": { |
|
2202 | 2203 | "bF": "return fun.src_bF(pageE)" |
2203 | 2204 | } |
2204 | 2205 | }, |
| 2206 | + "gimy 剧迷": { |
| 2207 | + "host": ["gimy.app","gimytv.app"], |
| 2208 | + "url": "/^\\/(cat|genre|search)\\//", |
| 2209 | + "pager": { |
| 2210 | + "nextL": "#long-page .active+li>a, .myui-page .visible-xs+li>a", |
| 2211 | + "pageE": "#content, .myui-vodlist>li, #searchList", |
| 2212 | + "replaceE": "#long-page, .myui-page" |
| 2213 | + }, |
| 2214 | + "function": { |
| 2215 | + "bF": "return fun.src_bF(pageE, [1,'a[data-original]','data-original'])" |
| 2216 | + } |
| 2217 | + }, |
2205 | 2218 | "ZzzFun 动漫": { |
2206 | 2219 | "host": "www.zzzfun.com", |
2207 | 2220 | "url": "/^\\/vod_(type|show|search)/", |
|
0 commit comments