mirror of https://github.com/qist/tvbox
Add files via upload
This commit is contained in:
parent
868cef6d8c
commit
70ccc623ef
27
js.json
27
js.json
|
@ -33,21 +33,42 @@
|
|||
"key" : "drpy_js_HDmoli",
|
||||
"name" : "HDmoli[DRPY]",
|
||||
"type" : 3,
|
||||
"api" : "assets://js/lib/drpy.min.js",
|
||||
"api" : "./lib/drpy.min.js",
|
||||
"ext" : "./js/HDmoli.js"
|
||||
},
|
||||
{
|
||||
"key" : "drpy_js_追剧啦",
|
||||
"name" : "追剧啦[DRPY]",
|
||||
"type" : 3,
|
||||
"api" : "./lib/drpy.min.js",
|
||||
"ext" : "./js/追剧啦.js"
|
||||
},
|
||||
{
|
||||
"key" : "drpy_js_起飞影院",
|
||||
"name" : "起飞影院[DRPY]",
|
||||
"type" : 3,
|
||||
"api" : "./lib/drpy.min.js",
|
||||
"ext" : "./js/起飞影院.js"
|
||||
},
|
||||
{
|
||||
"key" : "drpy_js_海兔影院",
|
||||
"name" : "海兔影院[DRPY]",
|
||||
"type" : 3,
|
||||
"api" : "./lib/drpy.min.js",
|
||||
"ext" : "./js/海兔影院.js"
|
||||
},
|
||||
{
|
||||
"key" : "drpy_js_电影大师",
|
||||
"name" : "电影大师[DRPY]",
|
||||
"type" : 3,
|
||||
"api" : "assets://js/lib/drpy.min.js",
|
||||
"api" : "./lib/drpy.min.js",
|
||||
"ext" : "./js/电影大师.js"
|
||||
},
|
||||
{
|
||||
"key" : "drpy_js_酷云77",
|
||||
"name" : "酷云77[DRPY]",
|
||||
"type" : 3,
|
||||
"api" : "assets://js/lib/drpy.min.js",
|
||||
"api" : "./lib/drpy.min.js",
|
||||
"ext" : "./js/酷云77.js"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
var rule = {
|
||||
title:'海兔影院',
|
||||
host:'https://www.haitu.tv',
|
||||
// homeUrl:'/',
|
||||
url:'/vod/show/id/fyclass/page/fypage.html',
|
||||
searchUrl:'/vod/search/page/fypage/wd/**.html',
|
||||
searchable:2,//是否启用全局搜索,
|
||||
quickSearch:0,//是否启用快速搜索,
|
||||
filterable:0,//是否启用分类筛选,
|
||||
headers:{//网站的请求头,完整支持所有的,常带ua和cookies
|
||||
'User-Agent':'MOBILE_UA',
|
||||
// "Cookie": "searchneed=ok"
|
||||
},
|
||||
class_parse:'.nav-menu-items&&li;a&&title;a&&href;/(\\d+).html',
|
||||
//class_name:'电影&电视剧&综艺&动漫&纪录片',
|
||||
//class_url:'1&2&3&4&55',
|
||||
play_parse:true,
|
||||
lazy:'',
|
||||
limit:6,
|
||||
推荐:'.module-item;.module-item-cover&&.module-item-pic;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
|
||||
double:true, // 推荐内容是否双层定位
|
||||
一级:'.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"},
|
||||
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
var rule = {
|
||||
title:'起飞影院',
|
||||
host:'http://www.qfitv.com',
|
||||
// homeUrl:'/',
|
||||
url:'/index.php/vod/show/id/fyclass/page/fypage.html',
|
||||
searchUrl:'/index.php/vod/search/page/fypage/wd/**.html',
|
||||
searchable:2,//是否启用全局搜索,
|
||||
quickSearch:0,//是否启用快速搜索,
|
||||
filterable:0,//是否启用分类筛选,
|
||||
headers:{//网站的请求头,完整支持所有的,常带ua和cookies
|
||||
'User-Agent':'MOBILE_UA',
|
||||
// "Cookie": "searchneed=ok"
|
||||
},
|
||||
class_name:'电影&电视剧&综艺&动漫&纪录片',
|
||||
class_url:'1&2&3&4&55',
|
||||
play_parse:true,
|
||||
lazy:'',
|
||||
limit:6,
|
||||
推荐:'.module-items;.module-poster-item;a&&title;img&&data-original;.module-item-note&&Text;a&&href',
|
||||
double:true, // 推荐内容是否双层定位
|
||||
一级:'.module-poster-item;a&&title;img&&data-original;.module-item-note&&Text;a&&href',
|
||||
二级:{"title":"h1&&Text;.module-info-content&&.module-info-item:eq(4)&&.module-info-item-content&&Text","img":".ls-is-cached.lazy.lazyload&&data-original","desc":".text-muted:eq(-1)&&Text;.text-muted:eq(-1)&&Text;.text-muted:eq(-1)&&Text;.module-info-content&&.module-info-item:eq(6)&&.module-info-item-content&&Text","content":".show-desc&&Text","tabs":".module-tab-items-box:eq(0)&&.module-tab-item","lists":".module-play-list-content:eq(0) a"},
|
||||
搜索:'.module-card-item.module-item;.module-card-item-title&&Text;img&&data-original;.module-item-note&&Text;a.play-btn-o&&href',
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
var rule = {
|
||||
title:'追剧啦',
|
||||
host:'https://www.zhuiju.la',
|
||||
// homeUrl:'/',
|
||||
url:'/vodshow/fyclass--------fypage---.html',
|
||||
searchUrl:'/vodsearch/**----------fypage---.html',
|
||||
searchable:2,//是否启用全局搜索,
|
||||
quickSearch:0,//是否启用快速搜索,
|
||||
filterable:0,//是否启用分类筛选,
|
||||
headers:{//网站的请求头,完整支持所有的,常带ua和cookies
|
||||
'User-Agent':'MOBILE_UA',
|
||||
// "Cookie": "searchneed=ok"
|
||||
},
|
||||
class_name:'电影&电视剧&综艺&动漫',
|
||||
class_url:'1&2&3&4',
|
||||
play_parse:true,
|
||||
lazy:'',
|
||||
limit:6,
|
||||
推荐:'.module-items;.module-item-cover&&.module-item-pic;a&&title;.lazyloaded&&data-src;.item-text&&Text;a&&href',
|
||||
double:true, // 推荐内容是否双层定位
|
||||
一级:'.module-list&&.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":".content.vod_content&&Text","tabs":".module-tab-item.tab-item","lists":".module-blocklist.scroll-box:eq(#id) a"},
|
||||
}
|
Loading…
Reference in New Issue