88看球.js 762 B

12345678910111213141516171819202122
  1. var rule = {
  2. title:'88看球',
  3. host:'http://www.88kanqiu.cc',
  4. url:'/match/fyclass/live',
  5. searchUrl:'',
  6. searchable:0,
  7. quickSearch:0,
  8. class_parse:'.nav-pills li;a&&Text;a&&href;/match/(\\d+)/live',
  9. headers:{
  10. 'User-Agent':'PC_UA'
  11. },
  12. timeout:5000,
  13. play_parse:true,
  14. lazy:'',
  15. limit:6,
  16. double:false,
  17. 推荐:'*',
  18. 一级:'.list-group .group-game-item;.d-none&&Text;img&&src;.btn&&Text;a&&href',
  19. 二级:{title:'.game-info-container&&Text;.customer-navbar-nav li&&Text',img:'img&&src',desc:';;;div.team-name:eq(0)&&Text;div.team-name:eq(1)&&Text',content:'div.game-time&&Text',tabs:'',tab_text:'',lists:'.btn-group a',list_text:'a&&Text',list_url:'a&&href'},
  20. 搜索:'',
  21. }