毛驴影视.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. var rule = {
  2. title:'毛驴影视',
  3. host:'https://www.maolvys.com/',
  4. class_name: '电影&电视剧&综艺&动漫',
  5. class_url: '1&2&3&4',
  6. searchUrl:'/index.php/vod/search/page/fypage/wd/**.html?key=2apUOPaCaR',
  7. searchable: 2,
  8. quickSearch: 0,
  9. headers: {
  10. 'User-Agent': 'MOBILE_UA',
  11. },
  12. url:'/index.php/vod/show/id/fyclass/page/fypage.html?key=2apUOPaCaR',
  13. filterable: 0,
  14. filter_url: '',
  15. filter: {},
  16. filter_def: {},
  17. detailUrl: '/index.php/vod/show/id/fyid.html',
  18. play_parse: true,
  19. lazy:$js.toString(()=>{
  20. let html = JSON.parse(request(input).match(/r player_.*?=(.*?)</)[1]);
  21. let url = html.url;
  22. if (url) {
  23. input = url
  24. }
  25. }),
  26. limit: 6,
  27. 推荐:'.public-list-bj a;a&&title;.lazy&&data-src;.public-prt&&Text;a&&href',
  28. 一级: '.public-list-bj a;a&&title;.lazy&&data-src;.ft2&&Text;a&&href',
  29. 二级: {
  30. title: '.slide-info-title&&Text',
  31. img: '.lazy&&data-src',
  32. desc: '.slide-info&&Text;.slide-info-remarks:eq(0)&&Text;.slide-info-remarks:eq(1)&&Text;.slide-info:eq(2)--strong&&Text;.slide-info:eq(1)--strong&&Text',
  33. content: '#height_limit&&Text',
  34. tabs: '.anthology.wow.fadeInUp.animated&&.swiper-wrapper&&a',
  35. tab_text: '.swiper-slide&&Text',
  36. lists: '.anthology-list-box:eq(#id) li',
  37. },
  38. 搜索: 'json:list;name;pic;en;id',
  39. }