mirror of https://github.com/qist/tvbox.git
parent
8209b5624d
commit
3d26a26d4e
@ -0,0 +1,21 @@
|
|||||||
|
var rule = {
|
||||||
|
title:'88看球',
|
||||||
|
host:'http://www.88kanqiu.cc',
|
||||||
|
url:'/match/fyclass/live',
|
||||||
|
searchUrl:'',
|
||||||
|
searchable:0,
|
||||||
|
quickSearch:0,
|
||||||
|
class_parse:'.nav-pills li;a&&Text;a&&href;/match/(\\d+)/live',
|
||||||
|
headers:{
|
||||||
|
'User-Agent':'PC_UA'
|
||||||
|
},
|
||||||
|
timeout:5000,
|
||||||
|
play_parse:true,
|
||||||
|
lazy:'',
|
||||||
|
limit:6,
|
||||||
|
double:false,
|
||||||
|
推荐:'*',
|
||||||
|
一级:'.list-group .group-game-item;.d-none&&Text;img&&src;.btn&&Text;a&&href',
|
||||||
|
二级:{title:'.game-info-container&&Text;.customer-navbar-nav li&&Text',img:'img&&src',desc:';;;div.team-name:eq(0)&&Text;div.team-name:eq(1)&&Text',content:'div.game-time&&Text',tabs:'',tab_text:'',lists:'.btn-group a',list_text:'a&&Text',list_url:'a&&href'},
|
||||||
|
搜索:'',
|
||||||
|
}
|
||||||
@ -1,22 +1,22 @@
|
|||||||
var rule = {
|
var rule = {
|
||||||
title:'JRS看直播',
|
title:'JRS看直播',
|
||||||
host:'http://www.jrskan.net',
|
host:'http://www.jrskan.net',
|
||||||
url:'/fyclass',
|
url:'/fyclass',
|
||||||
searchUrl:'',
|
searchUrl:'',
|
||||||
searchable:0,
|
searchable:0,
|
||||||
quickSearch:0,
|
quickSearch:0,
|
||||||
class_name:'全部',
|
class_name:'全部',
|
||||||
class_url:'/',
|
class_url:'/',
|
||||||
headers:{
|
headers:{
|
||||||
'User-Agent':'MOBILE_UA'
|
'User-Agent':'MOBILE_UA'
|
||||||
},
|
},
|
||||||
timeout:5000,
|
timeout:5000,
|
||||||
play_parse:true,
|
play_parse:true,
|
||||||
lazy:'',
|
lazy:'',
|
||||||
limit:6,
|
limit:6,
|
||||||
double:false,
|
double:false,
|
||||||
推荐:'*',
|
推荐:'*',
|
||||||
一级:'.row a;li div:gt(2):lt(6)&&Text;img&&src;.match-start-time&&Text;a&&href',
|
一级:'.row a;li div:gt(2):lt(6)&&Text;img&&src;.match-start-time&&Text;a&&href',
|
||||||
二级:{title:'.live-title&&Text;.live-title&&Text',img:'img:eq(1)&&src',desc:';;;.live-left-team-sj&&Text;.live-right-team-sj&&Text',content:'.live-info&&Text',tabs:'',tab_text:'',lists:'#item-source a',list_text:'a&&Text',list_url:'a&&data-url'},
|
二级:{title:'.live-title&&Text;.live-title&&Text',img:'img:eq(1)&&src',desc:';;;.live-left-team-sj&&Text;.live-right-team-sj&&Text',content:'.live-info&&Text',tabs:'',tab_text:'',lists:'#item-source a',list_text:'a&&Text',list_url:'a&&data-url'},
|
||||||
搜索:'',
|
搜索:'',
|
||||||
}
|
}
|
||||||
Loading…
Reference in new issue