上传文件至 'js'
This commit is contained in:
parent
360afb4b88
commit
2541aaf30f
50
js/海兔影院.js
50
js/海兔影院.js
@ -1,25 +1,25 @@
|
|||||||
var rule = {
|
var rule = {
|
||||||
title:'海兔影院',
|
title:'海兔影院',
|
||||||
host:'https://www.haitu.tv',
|
host:'https://www.haitu.tv',
|
||||||
// homeUrl:'/',
|
// homeUrl:'/',
|
||||||
url:'/vod/show/id/fyclass/page/fypage.html',
|
url:'/vod/show/id/fyclass/page/fypage.html',
|
||||||
searchUrl:'/vod/search/page/fypage/wd/**.html',
|
searchUrl:'/vod/search/page/fypage/wd/**.html',
|
||||||
searchable:2,//是否启用全局搜索,
|
searchable:2,//是否启用全局搜索,
|
||||||
quickSearch:0,//是否启用快速搜索,
|
quickSearch:0,//是否启用快速搜索,
|
||||||
filterable:0,//是否启用分类筛选,
|
filterable:0,//是否启用分类筛选,
|
||||||
headers:{//网站的请求头,完整支持所有的,常带ua和cookies
|
headers:{//网站的请求头,完整支持所有的,常带ua和cookies
|
||||||
'User-Agent':'MOBILE_UA',
|
'User-Agent':'MOBILE_UA',
|
||||||
// "Cookie": "searchneed=ok"
|
// "Cookie": "searchneed=ok"
|
||||||
},
|
},
|
||||||
class_parse:'.nav-menu-items&&li;a&&title;a&&href;/(\\d+).html',
|
class_parse:'.nav-menu-items&&li;a&&title;a&&href;/(\\d+).html',
|
||||||
//class_name:'电影&电视剧&综艺&动漫&纪录片',
|
//class_name:'电影&电视剧&综艺&动漫&纪录片',
|
||||||
//class_url:'1&2&3&4&55',
|
//class_url:'1&2&3&4&55',
|
||||||
play_parse:true,
|
play_parse:true,
|
||||||
lazy:'',
|
lazy:'',
|
||||||
limit:6,
|
limit:6,
|
||||||
推荐:'.module-item;.module-item-cover&&.module-item-pic;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
|
推荐:'.module-item;.module-item-cover&&.module-item-pic;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
|
||||||
double:true, // 推荐内容是否双层定位
|
double:true, // 推荐内容是否双层定位
|
||||||
一级:'.module-list&&.module-item;.module-item-pic&&a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
|
一级:'.module-list&&.module-item;.module-item-pic&&a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
|
||||||
二级:{"title":"h1.page-title&&Text;.video-info-aux&&Text","img":".lazyload&&data-src","content":".video-info-item.video-info-content.vod_content&&Text","tabs":".module-tab-item.tab-item","lists":".module-blocklist.scroll-box:eq(#id) a"},
|
二级:{"title":"h1.page-title&&Text;.video-info-aux&&Text","img":".lazyload&&data-src","content":".video-info-item.video-info-content.vod_content&&Text","tabs":".module-tab-item.tab-item","lists":".module-blocklist.scroll-box:eq(#id) a"},
|
||||||
|
|
||||||
}
|
}
|
7
js/电影大师.js
Normal file
7
js/电影大师.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
var rule = Object.assign(muban.mxpro,{
|
||||||
|
title:'电影大师',
|
||||||
|
host:'https://dyds8.cyou',
|
||||||
|
url:'/index.php/vod/type/id/fyclass/page/fypage.html',
|
||||||
|
searchUrl:'/index.php/vod/search/page/fypage/wd/**.html',
|
||||||
|
class_parse:'.dropdown.type.clearfix li:gt(2):lt(6);a&&Text;a&&href;.*/(.*?).html',
|
||||||
|
});
|
Loading…
x
Reference in New Issue
Block a user