88k.js 1.2 KB

123456789101112131415161718192021222324252627282930
  1. var rule = {
  2. title:'88看球',
  3. // host:'http://www.88kanqiu.cc',
  4. host:'http://www.88kanqiu.live',
  5. url:'/match/fyclass/live',
  6. searchUrl:'',
  7. searchable:0,
  8. quickSearch:0,
  9. class_parse:'.nav-pills li;a&&Text;a&&href;/match/(\\d+)/live',
  10. headers:{
  11. 'User-Agent':'PC_UA'
  12. },
  13. timeout:5000,
  14. play_parse:true,
  15. lazy:'',
  16. limit:6,
  17. double:false,
  18. 推荐:'*',
  19. 一级:'.list-group .group-game-item;.d-none&&Text;img&&src;.btn&&Text;a&&href',
  20. 二级:{
  21. "title":".game-info-container&&Text;.customer-navbar-nav li&&Text",
  22. "img":"img&&src",
  23. "desc":";;;div.team-name:eq(0)&&Text;div.team-name:eq(1)&&Text",
  24. "content":"div.game-time&&Text",
  25. "tabs":"js:TABS=['88看球']",
  26. // "lists":"js:LISTS=[];input=input+'-url';let html=request(input);let data=JSON.parse(html);TABS.forEach(function(tab){let m3u=data;let d=m3u.map(function(it){return it.name+'$'+play_url+it.url});LISTS.push(d)});"
  27. "lists":"js:LISTS=[];input=input+'-url';let html=request(input);let data=JSON.parse(html);TABS.forEach(function(tab){let m3u=data;let d=m3u.map(function(it){return it.name+'$'+it.url});LISTS.push(d)});"
  28. },
  29. 搜索:'',
  30. }