鸭奈飞.js 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. var rule = {
  2. title: '鸭奈飞影视',
  3. host: 'https://www.yanaifei.net',
  4. url: '/vod/list/fypage/fyclass/0/0/0/0/0/0.html',
  5. searchUrl: '/public/auto/search1.html?keyword=**&page=fypage',
  6. searchable: 2,
  7. quickSearch: 0,
  8. filterable: 1,
  9. filter: '',
  10. filter_url: '',
  11. filter_def: {},
  12. headers: {
  13. 'User-Agent': 'MOBILE_UA',
  14. },
  15. timeout: 5000,
  16. class_parse: 'ul.tem_head_meun&&li;a&&Text;a&&href;(\\d+)',
  17. cate_exclude: '排行榜',
  18. play_parse: true,
  19. lazy: $js.toString(() => {
  20. input = {parse: 1, url: input, js: ''};
  21. }),
  22. double: true,
  23. 推荐: 'div.box-width;div.public-list-box;img&&alt;*;span.ft2&&Text;*',
  24. 一级: 'div.public-list-box;a:eq(1)&&Text;img&&data-src;a&&Text;a&&href',
  25. 二级: {
  26. title: '.slide-info-title&&Text',
  27. img: '.detail-pic&&img&&data-src',
  28. desc: ';.slide-info&&span&&Text;;;',
  29. content: '#height_limit&&Text',
  30. tabs: '.anthology-tab&&.swiper-wrapper&&a',
  31. lists: '.anthology-list-play:eq(#id)&&li',
  32. tab_text: 'body&&Text',
  33. list_text: 'body&&Text',
  34. list_url: 'a&&href'
  35. },
  36. 搜索: 'div.public-list-bj;img&&alt;*;.public-list-prb&&Text;*',
  37. }