首发网.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. var rule = {
  2. title: '首发网',
  3. host: 'https://dumengys.com',
  4. url: '/list/?fyclass-fypage.html',
  5. //searchUrl:'/search.php?page=fypage&searchword=**&searchtype=',
  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: '.menu&ⅆa&&Text;a&&href;.*?(\\d+)\.html',
  17. cate_exclude: '',
  18. play_parse: true,
  19. lazy: $js.toString(() => {
  20. input = {parse: 1, url: input, js: ''};
  21. }),
  22. double: true,
  23. 推荐: '.index-list;.row&&dl;*;*;*;*',
  24. 一级: '.channel-list&&.row&&dl;h3&&Text;img&&src;i&&Text;a&&href',
  25. 二级: {
  26. title: 'h3&&Text;p.data:eq(1)&&Text',
  27. img: '',
  28. desc: 'p.data&&Text',
  29. content: '.help&&Text',
  30. tabs: $js.toString(() => {
  31. TABS = ['道长在线'];
  32. }),
  33. lists: 'ul.detail-play-list&&li',
  34. tab_text: 'body&&Text',
  35. list_text: 'a&&Text',
  36. list_url: 'a&&href'
  37. },
  38. //搜索:'列表;标题;图片;描述;链接;详情',
  39. }