Advertisement
lai1tony

球赛赛事

Jul 22nd, 2022 (edited)
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.74 KB | None | 0 0
  1. {
  2.     "author": "dj",
  3.     "ua": "",
  4.     "homeUrl": "http://www.jrskan.com/",
  5.     //"homeUrl": "http://jrsbxj.com/",
  6.     //"homeUrl": "http://jrsyyds.com/",
  7.    
  8.     "cateManual": {
  9.         "足球篮球赛事直播": "1"
  10.     },
  11.    
  12.     // 首页推荐视频的节点
  13.     "homeVodNode": "//ul[@data-stype='zqlq']",
  14.     // 首页推荐视频的名称
  15.     //"homeVodName": "/li[@class='lab_events']/span/text()",
  16.     "homeVodName": "concat(/li[@class='lab_time']/text(),'-',/li[@class='lab_events']/span/text())",
  17.     // 首页推荐视频的id
  18.     "homeVodId": "/li[@class='lab_channel']/a[1]/@href",
  19.     // 二次处理正则
  20.     "homeVodIdR": "http://play.sportsteam365.com/play/steam(\\d+).html",
  21.     //"cateVodIdR": "\\S+/(\\d+).html",
  22.     // 首页推荐视频的图片
  23.     "homeVodImg": "/li[@class='lab_team_home']/span/img/@src",  
  24.     // 首页推荐视频的简介
  25.     "homeVodMark": "concat(//li[@class='lab_team_home']/strong/text(),'-',//li[@class='lab_team_away']/strong/text(),'-dj')",
  26.     "home": "dj",
  27.     // 分类页地址 {cateId} 分类id {catePg} 当前页
  28.     "cateUrl": "http://www.jrskan.com/",
  29.       // 同上面的homeVod字段 分类列表中的视频信息
  30.     "cateVodNode": "//ul[@data-stype='zqlq']",
  31.     //"cateVodName": "/li[@class='lab_events']/span/text()",
  32.     "cateVodName": "concat(/li[@class='lab_time']/text(),'-',/li[@class='lab_events']/span/text(),'dj')",
  33.     "cateVodId": "/li[@class='lab_channel']/a[1]/@href",
  34.     "cateVodIdR": "http://play.sportsteam365.com/play/steam(\\d+).html",
  35.     //"cateVodIdR": "\\S+/(\\d+).html",
  36.     "cateVodImg": "/li[@class='lab_team_home']/span/img/@src",
  37.     "cateVodMark": "concat(//li[@class='lab_team_home']/strong/text(),'-',//li[@class='lab_team_away']/strong/text())",
  38.     //"cateVodMark": "{vid}",
  39.     "cate": "dj",
  40.     // 详情页地址 用于获取详情页信息 及 播放列表和地址
  41.     //"dtUrl": "{vid}",
  42.     "dtUrl": "http://play.sportsteam333.com/play/steam{vid}.html",
  43.     // 详情节点
  44.     "dtNode": "//ul[@data-stype='zqlq']",
  45.     // 视频名
  46.     "dtName": "/li[1]/span/text()",
  47.     // 视频图片
  48.     "dtImg": "/li[3]/span/img/@src",
  49.     // 视频分类
  50.     "dtCate": "/li[1]/span/text()",
  51.     //演员
  52.     "dtActor": "/li[1]/span/text()",
  53.     // 导演
  54.     "dtDirector": "concat('xxx -','Never underestimate the heart of a champion! ')",
  55.     "dtDirectorR": "",
  56.     // 视频简介
  57.     "dtDesc": "concat(/li[3]/strong/text(),'-',/li[5]/strong/text(),'-dj')",
  58.    
  59.     // 播放源节点
  60.     "dtFromNode": "//div[@class='sub_channel']/a/strong",
  61.     // 播放源名称
  62.     "dtFromName": "concat('dj-',/text())",
  63.     "dtFromNameR": "",
  64.     // 播放列表节点
  65.     "dtUrlNode": "//div[@class='sub_channel']",
  66.     // 播放地址节点
  67.     "dtUrlSubNode": "/a",
  68.     "dtUrlSub": "/ff",
  69.     // 播放地址
  70.     "dtUrlId": "@data-play",
  71.     "dtUrlIdR": "/play/(\\S+)",
  72.     //"dtUrlIdR": "\\S+/(\\d+)&id2=",
  73.     // 剧集名称
  74.     "dtUrlName": "/strong/text()",
  75.     "dtUrlNameR": "",
  76.    
  77.     //播放页面的地址 {playUrl} 对应上面 dtUrlId 获取到的地址
  78.     "playUrl":"http://play.sportsteam333.com/play/{playUrl}#ff",
  79.     //"playUrl":"http://play.sportsteam666.com/play/{playUrl}",
  80.     //"playUrl": "http://play.sportsteam365.com/play/{playUrl}",
  81.     //"playUa": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36",
  82.     //"playUa": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
  83.    
  84.     "searchUrl": "http://www.jrskan.com?key={wd}",
  85.     "scVodNode": "//div[@class='play_xg']/li",
  86.     "scVodName": "//div[@class='name']/a/@title",
  87.     "scVodId": "//div[@class='name']/a/@href",
  88.     "scVodIdR": "/play/(\\d+).html",
  89.     "scVodImg": "//div[@class='pic']/a/img/@src",
  90.     "scVodMark": ""
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement