动画片大全.js 1.2 KB

1234567891011121314151617181920212223242526272829
  1. var rule ={
  2. title: '动画片大全',
  3. host: 'https://www.dhpdq2.com/',
  4. url: 'https://www.dhpdq2.com/katong/fyclass-fypage/',
  5. searchUrl: '/vodsearch/**----------fypage---/',
  6. class_parse: '.c_class li;a&&Text;a&&href;.*/(.*?)/',
  7. searchable: 2,
  8. quickSearch: 0,
  9. filterable: 0,
  10. headers: {
  11. 'User-Agent': 'MOBILE_UA',
  12. },
  13. play_parse: true,
  14. lazy: '',
  15. limit: 6,
  16. 推荐: '.stui-vodlist;li;a&&title;a&&data-original;.pic-text&&Text;a&&href',
  17. double: true,
  18. 一级: '.stui-vodlist li;a&&title;a&&data-original;.pic-text&&Text;a&&href',
  19. 二级: {
  20. title: 'h1&&Text;.detail_list&&ul:eq(1)&&li&&a:eq(2)&&Text',
  21. img: '.vodlist_thumb&&data-original',
  22. desc: '.playinfo&&p:eq(0)&&Text;.playinfo&&p:eq(1)&&Text;.playinfo&&p:eq(2)&&Text;.playinfo&&p:eq(3)&&Text',
  23. content: '.content:eq(1)',
  24. tabs: '.relatesdh .title h3',
  25. lists: '.relatesdh:eq(#id) li',
  26. },
  27. 搜索: '*',
  28. }