孜然影视.js 1.3 KB

1234567891011121314151617181920212223242526272829
  1. var rule = {
  2. title: '孜然影视',
  3. host: 'https://www.zrys.top',
  4. url: '/index.php/vod/show/id/fyclass/page/fypage/',
  5. searchUrl: '/index.php/vod/search/page/fypage/wd/**/',
  6. searchable: 2,
  7. quickSearch: 0,
  8. filterable: 0,
  9. headers: {
  10. 'User-Agent': 'PC_UA',
  11. },
  12. class_parse: '.nav li.nav-menu-item;a&&Text;a&&href;/.*/(\\d+)/',
  13. play_parse: true,
  14. lazy:muban.mxpro.lazy,
  15. limit: 6,
  16. double:true,
  17. 推荐: '.module-items;.module-item;.module-item-pic a&&title;.module-item-pic img&&data-src;.module-item-text&&Text;.module-item-pic a&&href;.module-item-caption&&Text',
  18. double: true,
  19. 一级: '.module-item;.module-item-pic a&&title;.module-item-pic img&&data-src;.module-item-text&&Text;.module-item-pic a&&href',
  20. 二级: {
  21. title: 'h1&&Text;.video-info-aux a&&title',
  22. img: '.module-item-pic img&&data-src',
  23. desc: '.tag-link a&&Text;a.tag-link:eq(1)&&Text;a.tag-link:eq(2)&&Text;.video-info-actor:eq(1)&&Text;.video-info-actor:eq(0) a&&Text',
  24. content: '.vod_content--a&&Text',
  25. tabs: '.module-tab-item--small',
  26. lists: '.sort-item:eq(#id) a',
  27. },
  28. 搜索: '.module-items .module-search-item;h3&&Text;.module-item-pic img&&data-src;a.video-serial&&Text;a.video-serial&&href',
  29. }