影视大全.js 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. var rule = {
  2. 类型: '影视',
  3. title: '影视大全',
  4. host: 'https://www.sdsrty.com',
  5. url: '/index.php/vod/show/id/fyclass/page/fypage.html',
  6. searchUrl: '/index.php/vod/search/page/fypage/wd/**.html',
  7. searchable: 2,
  8. quickSearch: 0,
  9. filterable: 1,
  10. filter: '',
  11. filter_url: '',
  12. filter_def: {},
  13. headers: {
  14. 'User-Agent': 'MOBILE_UA',
  15. },
  16. timeout: 5000,
  17. class_parse: '.nav-list&&li:lt(7);a&&Text;a&&href;.*/(.*?).html',
  18. cate_exclude: '',
  19. play_parse: true,
  20. lazy: "js:input = {parse: 1, url: input, js: ''}",
  21. double: true,
  22. 推荐: 'ul.lazy-load-list&&li;li;*;*;*;*',
  23. 一级: 'ul.lazy-load-list&&li;a&&title;img&&data-original;.state&&Text;a&&href',
  24. 二级: {
  25. title: 'img&&alt;.tags--label&&Text',
  26. img: 'img&&src',
  27. desc: '.episodes--label&&Text;.year--label&&Text;.country--label&&Text;.performer--label&&Text;.director--label&&Text',
  28. content: '.summary-con&&Text',
  29. tabs: '.nav.nav-tabs&&a',
  30. lists: '.episodes-list:eq(#id)&&a',
  31. },
  32. 搜索: 'ul.search-list&&li;h5&&Text;*;.col-sm-9&&p:eq(-2)&&Text;*',
  33. }