橙汁影视.js 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. var rule = {
  2. title: '橙汁影视',
  3. host: 'https://www.orangek.cn',
  4. url: '/show/fyclass--------fypage---.html',
  5. searchUrl: '',
  6. searchable: 0,
  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: '.hl-nav&&li;a&&Text;a&&href;.*\/(.*?)\.html',
  17. cate_exclude: '',
  18. play_parse: true,
  19. lazy: $js.toString(() => {
  20. input = {
  21. parse: 1,
  22. url: input,
  23. // js: "try{location.href = document.querySelectorAll('iframe')[0].src;}catch(err) {}document.querySelector('.ec-no').click()",
  24. };
  25. }),
  26. double: false,
  27. 推荐: 'li.hl-list-item;*;*;;*',
  28. 一级: '.hl-vod-list&&li;a&&title;.hl-lazy&&data-original;;a&&href',
  29. 二级: {
  30. title: '.hl-mob-name&&Text',
  31. img: '.hl-lazy&&data-original',
  32. desc: '.hl-text-conch&&Text',
  33. content: '.hl-text-muted&&Text',
  34. tabs: 'body&&.hl-notice-box&&.hl-text-site',
  35. lists: '.hl-plays-list:eq(#id)&&li',
  36. tab_text: 'body&&Text',
  37. list_text: 'body&&Text',
  38. list_url: 'a&&href'
  39. },
  40. 搜索: '列表;标题;图片;描述;链接;详情',
  41. }