mirror of
https://github.com/qist/tvbox.git
synced 2025-02-02 10:14:50 +08:00
Add files via upload
This commit is contained in:
parent
9668bd3401
commit
302c0f4b70
34
js/539影院.js
34
js/539影院.js
@ -1,27 +1,9 @@
|
||||
muban.首图.二级.desc = ';;;.data:eq(2)&&Text;.data:eq(3)&&Text';
|
||||
var rule = {
|
||||
title:'539影院',
|
||||
host:'https://539539.xyz',
|
||||
// homeUrl:'/',
|
||||
url:'/vodtype/fyclass/page/fypage.html',
|
||||
headers:{
|
||||
'User-Agent':'MOBILE_UA',
|
||||
"Cookie": "searchneed=ok"
|
||||
},
|
||||
searchUrl:'/vodsearch/wd/**/page/fypage.html',
|
||||
searchable:2,
|
||||
// class_name:'电影&网剧&剧集&动漫&综艺&记录',
|
||||
// class_url:'20&1&2&3&4&23',
|
||||
class_parse:'.stui-header__menu li:gt(0):lt(5);a&&Text;a&&href;/(\\d+).html',
|
||||
play_parse:true,
|
||||
// lazy:'干饭',
|
||||
// lazy:'@js:cacheUrl = d.getParse(input);print(cacheUrl);input=cacheUrl',
|
||||
// lazy:'js:cacheUrl = d.getParse(input);print(cacheUrl);input=cacheUrl',
|
||||
// lazy:'js:cacheUrl=d.getParse(input);if(cacheUrl){input=cacheUrl}else{try{let html=fetch(input,{headers:d.headers,timeout:d.timeout,encoding:d.encoding});let ret=html.match(/var player_(.*?)=(.*?)</)[2];let url=JSON.parse(ret).url;if(url.length>10){real_url="https://player.buyaotou.xyz/?url="+url;d.saveParse(input,real_url);input=real_url}}catch(e){print("网络请求发生错误:"+e.message)}}',
|
||||
//lazy:'js:cacheUrl=getParse(input);if(cacheUrl){input=cacheUrl}else{try{let html=fetch(input,fetch_params);let ret=html.match(/var player_(.*?)=(.*?)</)[2];let url=JSON.parse(ret).url;if(url.length>10){real_url="https://player.buyaotou.xyz/?url="+url;saveParse(input,real_url);input=real_url}}catch(e){print("网络请求发生错误:"+e.message)}}',
|
||||
limit:5,
|
||||
推荐:'ul.stui-vodlist.clearfix;li;a&&title;.lazyload&&data-original;.pic-text.text-right&&Text;a&&href',
|
||||
double:true, // 推荐内容是否双层定位
|
||||
一级:'body .stui-vodlist__box;a&&title;.lazyload&&data-original;.pic-text.text-right&&Text;a&&href',
|
||||
二级:{"title":"h1.title&&Text;.stui-content__detail p:eq(1)&&Text","img":".lazyload&&data-original","desc":".stui-content__detail p:eq(-3)&&Text;.stui-content__detail p:eq(-2)&&Text","content":".stui-content__detail p.detail&&Text","tabs":".stui-vodlist__head h3","lists":".stui-vodlist__head:eq(#id)&&.stui-content__playlist li"},
|
||||
搜索:'.stui-vodlist.clearfix&&ul&&li;h4&&Text;.stui-vodlist__thumb&&data-original;.stui-vodlist__thumb.lazyload&&.pic-text.text-right&&Text;a&&href',
|
||||
}
|
||||
title:'539影院',
|
||||
模板:'首图',
|
||||
host:'https://539539.xyz',
|
||||
url:'/vodtype/fyclass/page/fypage.html',
|
||||
searchUrl:'/vodsearch.html?wd=**&submit=',
|
||||
class_parse:'.myui-header__menu li.visible-inline-lg:lt(6);a&&Text;a&&href;/vodtype/(\\d).html',
|
||||
}
|
13
js/69美剧.js
13
js/69美剧.js
@ -2,10 +2,10 @@ var rule={
|
||||
title:'69美剧',
|
||||
host:'https://www.69mj.com',
|
||||
// homeUrl:'/',
|
||||
url:'/index.php/vod/show/by/time/id/fyclass/page/fypage/year/2022.html',
|
||||
url:'/index.php/vod/show/id/fyclass/page/fypage.html',
|
||||
searchUrl:'/index.php/vod/search.html?wd=**',
|
||||
searchable:2,//是否启用全局搜索,
|
||||
quickSearch:1,//是否启用快速搜索,
|
||||
quickSearch:0,//是否启用快速搜索,
|
||||
filterable:0,//是否启用分类筛选,
|
||||
headers:{//网站的请求头,完整支持所有的,常带ua和cookies
|
||||
'User-Agent':'MOBILE_UA',
|
||||
@ -18,6 +18,13 @@ var rule={
|
||||
推荐:'.module-list;.module-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
|
||||
double:true, // 推荐内容是否双层定位
|
||||
一级:'.module&&.module-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
|
||||
二级:{"title":"h1&&Text;.tag-link&&span&&Text","img":".lazyload&&data-src","desc":".scroll-box:eq(-0)&&Text;.scroll-box:eq(-1)&&Text;.scroll-box&&Text;.video-info-items:eq(1)&&.video-info-item.video-info-actor&&Text;.video-info-items:eq(0)&&.video-info-item.video-info-actor&&Text","content":".vod_content&&Text","tabs":".module-tab-item.tab-item","lists":".module-player-list:eq(#id)&&.sort-item a"},
|
||||
二级:{
|
||||
"title":"h1&&Text;.video-info-aux&&Text",
|
||||
"img":".lazyload&&data-src",
|
||||
"desc":";;;.video-info-actor:eq(1)&&Text;.video-info-actor:eq(0)&&Text",
|
||||
"content":".vod_content&&Text",
|
||||
"tabs":".module-tab-item.tab-item",
|
||||
"lists":".module-player-list:eq(#id)&&.sort-item a"
|
||||
},
|
||||
搜索:'.module&&.module-search-item;h3&&Text;.lazyload&&data-src;.video-serial&&Text;a&&href',
|
||||
}
|
||||
|
@ -8,6 +8,10 @@
|
||||
"name": "文文",
|
||||
"server": " http://518p8g7316.goho.co:5244"
|
||||
},
|
||||
{
|
||||
"name": "家庭",
|
||||
"server": "http://cqcio.tpddns.cn:888/2022年电影"
|
||||
},
|
||||
{
|
||||
"name": "小兵",
|
||||
"server": "https://6vv.app"
|
||||
|
20
js/大米星球.js
20
js/大米星球.js
@ -1,10 +1,12 @@
|
||||
muban.mxpro.二级.desc = ';;;.module-info-item-content:eq(2)&&Text;.module-info-item-content:eq(0)&&Text';
|
||||
muban.mxpro.二级.img = '.lazyload&&src';
|
||||
var rule = Object.assign(muban.mxpro,{
|
||||
title:'大米星球',
|
||||
host:'https://www.dmxq.fun',
|
||||
url:'/vodshow/fyclass--------fypage---/pjax/YES.html',
|
||||
searchUrl:'/vodsearch/**----------fypage---/pjax/NO.html',
|
||||
class_parse:'li.swiper-slide.navbar-item;span&&Text;a&&href;/(\\d+).html',
|
||||
一级:'a.module-poster-item.module-item;a&&title;.lazyload&&data-original;.module-item-note&&Text;a&&href',
|
||||
推荐:'.tab-list.active;a.module-poster-item.module-item;.module-poster-item-title&&Text;.lazyload&&data-original;.module-item-note&&Text;a&&href',
|
||||
});
|
||||
var rule = {
|
||||
title:'大米星球',
|
||||
模板:'mxpro',
|
||||
host:'https://www.dmxq.fun',
|
||||
url:'/vodshow/fyclass--------fypage---/pjax/YES.html',
|
||||
searchUrl:'/vodsearch/**----------fypage---/pjax/NO.html',
|
||||
class_parse:'li.swiper-slide.navbar-item;span&&Text;a&&href;/(\\d+).html',
|
||||
一级:'a.module-poster-item.module-item;a&&title;.lazyload&&data-original;.module-item-note&&Text;a&&href',
|
||||
推荐:'.tab-list.active;a.module-poster-item.module-item;.module-poster-item-title&&Text;.lazyload&&data-original;.module-item-note&&Text;a&&href',
|
||||
}
|
||||
|
15
js/豆芽影院.js
15
js/豆芽影院.js
@ -1,7 +1,8 @@
|
||||
|
||||
var rule = Object.assign(muban.mxpro,{
|
||||
title:'豆芽影院',
|
||||
host:'https://www.imdy.tv',
|
||||
class_parse:'.navbar-items&&li;a&&Text;a&&href;.*/(.*?).html',
|
||||
cate_exclude: '追剧周表|今日更新|热搜',
|
||||
});
|
||||
muban.mxpro.二级.desc = ';;;.module-info-item-content:eq(1)&&Text;.module-info-item-content:eq(0)&&Text'
|
||||
var rule = {
|
||||
title:'豆芽影院',
|
||||
模板:'mxpro',
|
||||
host:'https://www.imdy.tv',
|
||||
class_parse:'.navbar-items&&li;a&&Text;a&&href;.*/(.*?).html',
|
||||
cate_exclude: '追剧周表|今日更新|热搜',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user