即看影视.js 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. var rule = {
  2. title: '即看影视',
  3. host: 'https://www.jkv.app',
  4. url: '/show/fyclass--------fypage---.html',
  5. searchUrl: '/search/**----------fypage---.html',
  6. class_parse: '.nav_list&&li;a&&title;a&&href;.*/(.*?)\.html',
  7. class_name: '短剧',
  8. class_url: '53',
  9. cate_exclude: '排名|明星|专题',
  10. searchable: 2,
  11. quickSearch: 0,
  12. filterable: 0,
  13. headers: {
  14. 'User-Agent': 'MOBILE_UA',
  15. },
  16. play_parse: true,
  17. lazy: '',
  18. limit: 6,
  19. 推荐: '.cbox_list;*;*;*;*;*',
  20. double: true,
  21. 一级: 'ul.vodlist&&li;a&&title;a&&data-background-image;.text_right&&Text;a&&href',
  22. 二级: {
  23. title: 'h2&&Text;.content_detail:eq(1)&&ul&&li&&a:eq(2)&&Text',
  24. img: '.vodlist_thumb&&data-background-image',
  25. desc: ';.content_detail:eq(1)&&ul&&li&&a:eq(3)&&Text;.content_detail:eq(1)&&ul&&li&&a&&Text;;',
  26. content: '.content_desc&&span&&Text',
  27. tabs: '.play_source_tab&&a',
  28. lists: '.content_playlist:eq(#id) li',
  29. },
  30. 搜索: '*',
  31. }