l0l.js 949 B

1234567891011121314151617181920212223242526
  1. var rule = {
  2. title:'l0l',
  3. host:'https://www.l0l.tv',
  4. url: '/index.php/vod/show/id/fyclass/page/fypage.html',
  5. class_parse:'.ecnav-nav .main-nav;a&&Text;a&&href;.*/(.*?).html',
  6. searchUrl:'/index.php/vod/search/page/fypage/wd/**.html',
  7. searchable:2,//是否启用全局搜索,
  8. quickSearch:0,//是否启用快速搜索,
  9. headers: {//网站的请求头,完整支持所有的,常带ua和cookies
  10. 'User-Agent': 'PC_UA',
  11. },
  12. lazy:'',
  13. limit:6,
  14. 推荐: '*',
  15. 一级: '.vodlist&&.pack-ykpack;a&&title;.eclazy&&data-original;.pack-prb&&Text;a&&href',
  16. 二级: {
  17. "title": "h2.title&&Text;.play-tag.cor3 span--div:eq(3)&&Text",
  18. "img": ".poster&&style",
  19. "desc": ".remarks&&Text;;;.info-wrap--span:eq(1)&&Text;.info-wrap--span:eq(0)&&Text",
  20. "content": ".info-wrap.cor3--span&&Text",
  21. "tabs": ".swiper-wrapper.cf a",
  22. "lists": "#playsx:eq(#id)&&li"
  23. },
  24. 搜索:'.ec-search li;*;*;*;*',
  25. }