|
|
|
|
@ -1,29 +1,15 @@ |
|
|
|
|
{ |
|
|
|
|
"author": "dj", |
|
|
|
|
"ua": "", |
|
|
|
|
"author": "", |
|
|
|
|
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36", |
|
|
|
|
"homeUrl": "http://www.jrskan.com/", |
|
|
|
|
//"homeUrl": "http://jrsbxj.com/", |
|
|
|
|
//"homeUrl": "http://jrsyyds.com/", |
|
|
|
|
|
|
|
|
|
"cateManual": { |
|
|
|
|
"球迷直播": "1" |
|
|
|
|
"JRS赛事直播": "666" |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// 首页推荐视频的节点 |
|
|
|
|
"homeVodNode": "//ul[@data-stype='zqlq']", |
|
|
|
|
// 首页推荐视频的名称 |
|
|
|
|
//"homeVodName": "/li[@class='lab_events']/span/text()", |
|
|
|
|
"homeVodName": "concat(/li[@class='lab_time']/text(),'-',/li[@class='lab_events']/span/text())", |
|
|
|
|
// 首页推荐视频的id |
|
|
|
|
"homeVodId": "/li[@class='lab_channel']/a[1]/@href", |
|
|
|
|
// 二次处理正则 |
|
|
|
|
"homeVodIdR": "http://play.sportsteam365.com/play/steam(\\d+).html", |
|
|
|
|
//"cateVodIdR": "\\S+/(\\d+).html", |
|
|
|
|
// 首页推荐视频的图片 |
|
|
|
|
"homeVodImg": "/li[@class='lab_team_home']/span/img/@src", |
|
|
|
|
// 首页推荐视频的简介 |
|
|
|
|
"homeVodMark": "concat(//li[@class='lab_team_home']/strong/text(),'-',//li[@class='lab_team_away']/strong/text(),'-dj')", |
|
|
|
|
"home": "dj", |
|
|
|
|
|
|
|
|
|
// 分类页地址 {cateId} 分类id {catePg} 当前页 |
|
|
|
|
"cateUrl": "http://www.jrskan.com/", |
|
|
|
|
// 同上面的homeVod字段 分类列表中的视频信息 |
|
|
|
|
@ -31,7 +17,7 @@ |
|
|
|
|
//"cateVodName": "/li[@class='lab_events']/span/text()", |
|
|
|
|
"cateVodName": "concat(/li[@class='lab_time']/text(),'-',/li[@class='lab_events']/span/text(),'dj')", |
|
|
|
|
"cateVodId": "/li[@class='lab_channel']/a[1]/@href", |
|
|
|
|
"cateVodIdR": "http://play.sportsteam365.com/play/steam(\\d+).html", |
|
|
|
|
"cateVodIdR": "http://play.sportsteam666.com/play/steam(\\d+).html", |
|
|
|
|
//"cateVodIdR": "\\S+/(\\d+).html", |
|
|
|
|
"cateVodImg": "/li[@class='lab_team_home']/span/img/@src", |
|
|
|
|
"cateVodMark": "concat(//li[@class='lab_team_home']/strong/text(),'-',//li[@class='lab_team_away']/strong/text())", |
|
|
|
|
@ -39,7 +25,7 @@ |
|
|
|
|
"cate": "dj", |
|
|
|
|
// 详情页地址 用于获取详情页信息 及 播放列表和地址 |
|
|
|
|
//"dtUrl": "{vid}", |
|
|
|
|
"dtUrl": "http://play.sportsteam333.com/play/steam{vid}.html", |
|
|
|
|
"dtUrl": "http://play.sportsteam666.com/play/steam{vid}.html", |
|
|
|
|
// 详情节点 |
|
|
|
|
"dtNode": "//ul[@data-stype='zqlq']", |
|
|
|
|
// 视频名 |
|
|
|
|
@ -51,15 +37,15 @@ |
|
|
|
|
//演员 |
|
|
|
|
"dtActor": "/li[1]/span/text()", |
|
|
|
|
// 导演 |
|
|
|
|
"dtDirector": "concat('xxx -','Never underestimate the heart of a champion! ')", |
|
|
|
|
"dtDirector": "concat('勇士总冠军')", |
|
|
|
|
"dtDirectorR": "", |
|
|
|
|
// 视频简介 |
|
|
|
|
"dtDesc": "concat(/li[3]/strong/text(),'-',/li[5]/strong/text(),'-dj')", |
|
|
|
|
"dtDesc": "concat(/li[3]/strong/text(),' VS ',/li[5]/strong/text())", |
|
|
|
|
|
|
|
|
|
// 播放源节点 |
|
|
|
|
"dtFromNode": "//div[@class='sub_channel']/a/strong", |
|
|
|
|
"dtFromNode": "//div[@class='sub_channel']", |
|
|
|
|
// 播放源名称 |
|
|
|
|
"dtFromName": "concat('dj-',/text())", |
|
|
|
|
"dtFromName": "concat('【推荐优先选择中文超清或中文高清直播源观看】')", |
|
|
|
|
"dtFromNameR": "", |
|
|
|
|
// 播放列表节点 |
|
|
|
|
"dtUrlNode": "//div[@class='sub_channel']", |
|
|
|
|
@ -75,17 +61,10 @@ |
|
|
|
|
"dtUrlNameR": "", |
|
|
|
|
|
|
|
|
|
//播放页面的地址 {playUrl} 对应上面 dtUrlId 获取到的地址 |
|
|
|
|
"playUrl":"http://play.sportsteam333.com/play/{playUrl}#ff", |
|
|
|
|
//"playUrl":"http://play.sportsteam666.com/play/{playUrl}", |
|
|
|
|
//"playUrl": "http://play.sportsteam365.com/play/{playUrl}", |
|
|
|
|
//"playUa": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36", |
|
|
|
|
//"playUrl":"http://play.sportsteam333.com/play/{playUrl}#ff", |
|
|
|
|
"playUrl":"http://play.sportsteam666.com/play/{playUrl}" |
|
|
|
|
//"playUrl": "http://play.sportsteam365.com/play/{playUrl}" |
|
|
|
|
//"playUa": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36", |
|
|
|
|
//"playUa": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", |
|
|
|
|
|
|
|
|
|
"searchUrl": "http://www.jrskan.com?key={wd}", |
|
|
|
|
"scVodNode": "//div[@class='play_xg']/li", |
|
|
|
|
"scVodName": "//div[@class='name']/a/@title", |
|
|
|
|
"scVodId": "//div[@class='name']/a/@href", |
|
|
|
|
"scVodIdR": "/play/(\\d+).html", |
|
|
|
|
"scVodImg": "//div[@class='pic']/a/img/@src", |
|
|
|
|
"scVodMark": "" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |