49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
|
"author": "dj22.9.10",
|
|
"homeUrl": "https://www.yoozhibo.com/",
|
|
"cateManual": {"DJ-优直播-体育直播": "666"},
|
|
|
|
// 首页
|
|
"cateUrl": "https://www.yoozhibo.com/",
|
|
// 首页推荐视频的节点
|
|
"cateVodNode": "//ul[contains(@class,'item cd')]",
|
|
// 首页推荐视频的名称
|
|
"cateVodName": "concat(/li[@class='time']/text(),/@l,/li[@class='league']/span/text())",//concat(/li[1]/text(),/li[2]/a/text(),/li[2]/span/text())
|
|
// 首页推荐视频的id
|
|
"cateVodId": "/li[last()]/a/@href",
|
|
"cateVodIdR": "",
|
|
// 首页推荐视频的图片
|
|
"cateVodImg":"'http://ys-f.ysepan.com/621545016/119101634/h485U2V3523QLJkfsqlj8a/%E5%B0%81%E9%9D%A2.jpg'",
|
|
// 首页推荐视频的简介
|
|
"cateVodMark":"concat(/li[@class='team ht']/strong/text(),/li[@class='team ht']/strong/a/text(),'-',/li[@class='team gt']/strong/text(),/li[@class='team gt']/strong/a/text())",//concat(/li[3]/strong/text(),'vs',/li[5]/strong/text())
|
|
|
|
|
|
// 详情页
|
|
"dtUrl": "https://www.yoozhibo.com{vid}",
|
|
// 详情节点
|
|
"dtNode": "//head",
|
|
// 视频名
|
|
"dtName": "/title/text()",
|
|
// 视频图片
|
|
"dtImg": "'http://ys-f.ysepan.com/621545016/119101634/h485U2V3523QLJkfsqlj8a/%E5%B0%81%E9%9D%A2.jpg'",
|
|
// 视频简介
|
|
"dtDesc": "concat('DJ - ','Never underestimate the heart of a champion! ','篮球迷588741862')",
|
|
|
|
// 播放源节点
|
|
"dtFromNode": "//body",
|
|
// 播放源名称
|
|
"dtFromName": "'【直播源】'",
|
|
// 播放列表节点
|
|
"dtUrlNode": "//div[@class='sig-list a ncp']",
|
|
// 播放地址节点
|
|
"dtUrlSubNode": "/a",
|
|
// 播放地址
|
|
"dtUrlId": "/@href",
|
|
"dtUrlIdR": "http(\\S+)",
|
|
// 剧集名称
|
|
"dtUrlName": "/text()",
|
|
|
|
//播放页面的地址 {playUrl} 对应上面 dtUrlId 获取到的地址
|
|
"playUrl":"http{playUrl}"
|
|
|
|
} |