123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- var rule = {
- title:'B站影视',
-
- host:'https://bzhanyy.com',
-
-
- url:'/api.php/xiao/vod?type=fyclass&page=fypage&limit=24',
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- searchable:2,
- quickSearch:0,
- headers:{
- 'User-Agent':'MOBILE_UA'
- },
- class_parse: '.fixed-nav&&.flex:lt(4);li&&Text;li&&data-id',
- play_parse:true,
- lazy:`js:
- var html = JSON.parse(request(input).match(/r player_.*?=(.*?)</)[1]);
- var url = html.url;
- var from = html.from;
- if (html.encrypt == '1') {
- url = unescape(url)
- } else if (html.encrypt == '2') {
- url = unescape(base64Decode(url))
- }
- if (/m3u8|mp4/.test(url)) {
- input = url
- } else {
- var MacPlayerConfig = {};
- eval(fetch(HOST + "/static/js/playerconfig.js").replace('var Mac', 'Mac'));
- var jx = MacPlayerConfig.player_list[from].parse;
- if (jx == '') {
- jx = MacPlayerConfig.parse
- };
- if (jx.startsWith("/")) {
- jx = "https:" + jx;
- }
- input = {
- jx: 0,
- url: jx + url,
- parse: 1
- }
- }
- `,
- limit:6,
-
- 推荐:'.movie-list-body&&.movie-list-item;.movie-title&&Text;.Lazy&&data-original;.movie-rating&&Text;a&&href',
-
- 一级:'json:list;vod_name;vod_pic;vod_score;vod_id',
- 二级访问前:'log(MY_URL);MY_URL=MY_URL.replace("/play/","/detail/").replace("/sid/1/nid/1","");log(MY_URL)',
- 二级:{
- "title":"h1&&title;.scroll-content&&Text",
- "img":".poster&&img&&src",
- "desc":";;;.starLink&&Text;.cr3:eq(0)&&Text",
- "content":".detailsTxt--div&&Text",
- "tabs":".swiper-wrapper&&a",
- "lists":".content_playlist:eq(#id)&&li"
- },
-
- searchUrl:'/index.php/ajax/suggest?mid=1&wd=**&limit=50',
- detailUrl:'/index.php/vod/detail/id/fyid.html',
-
- 搜索:'json:list;name;pic;;id',
- }
|