420电影院.js 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. var rule = {
  2. title: '420电影院',
  3. host: 'https://www.dapian1234.com',
  4. url: '/sort/fyclass/fypage.html',
  5. searchUrl: '/search-wd-**-p-fypage.html',
  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. 'accept-language': 'zh-CN,zh;q=0.8',
  15. },
  16. timeout: 5000,
  17. class_parse: 'ul.nav&&li;a&&Text;a&&href;/sort/(\\d+)/',
  18. cate_exclude: '最近更新',
  19. play_parse: true,
  20. lazy: $js.toString(() => {
  21. input = {parse: 1, url: input, js: ''};
  22. }),
  23. double: true,
  24. 推荐: '.content&&.m-movies;article;*;*;*;*',
  25. 一级: '.m-movies&&article;h2&&Text;img&&src;.zhuangtai&&Text;a&&href',
  26. 二级: {
  27. title: '.info-main-title&&a&&Text',
  28. img: '.video-info-img&&style',
  29. desc: '.video_info&&li:eq(1)&&Text',
  30. content: '.abstract-content&&Text',
  31. tabs: '#video_list_li h3',
  32. lists: '.playlist:eq(#id)&&li',
  33. tab_text: 'body&&Text',
  34. list_text: 'body&&Text',
  35. list_url: 'a&&href'
  36. },
  37. 搜索: '*',
  38. }