jrskan.json 3.7 KB

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