Auete.js 2.3 KB

123456789101112131415161718192021222324252627282930313233
  1. var rule = {
  2. title:'Auete',
  3. host:'https://auete.com',
  4. // url:'/fyclassfyfilter/indexfypage.html[/fyclassfyfilter/index.html]',
  5. url:'/fyclassfyfilter/indexfypage.html[/fyclassfyfilter/index.html]',
  6. filterable:1,//是否启用分类筛选,
  7. filter_url:'{{fl.class}}',
  8. filter: {"Movie":[{"key":"class","name":"剧情","value":[{"n":"全部","v":""},{"n":"喜剧片","v":"/xjp"},{"n":"动作片","v":"/dzp"},{"n":"爱情片","v":"/aqp"},{"n":"科幻片","v":"/khp"},{"n":"恐怖片","v":"/kbp"},{"n":"惊悚片","v":"/jsp"},{"n":"战争片","v":"/zzp"},{"n":"剧情片","v":"/jqp"}]}],"Tv":[{"key":"class","name":"剧情","value":[{"n":"全部","v":""},{"n":"美剧","v":"/oumei"},{"n":"韩剧","v":"/hanju"},{"n":"日剧","v":"/riju"},{"n":"泰剧","v":"/yataiju"},{"n":"网剧","v":"/wangju"},{"n":"台剧","v":"/taiju"},{"n":"国产","v":"/neidi"},{"n":"港剧","v":"/tvbgj"},{"n":"英剧","v":"/yingju"}]}],"Zy":[{"key":"class","name":"剧情","value":[{"n":"全部","v":""},{"n":"国综","v":"/guozong"},{"n":"韩综","v":"/hanzong"},{"n":"美综","v":"/meizong"}]}],"Dm":[{"key":"class","name":"剧情","value":[{"n":"全部","v":""},{"n":"动画","v":"/donghua"},{"n":"日漫","v":"/riman"},{"n":"国漫","v":"/guoman"},{"n":"美漫","v":"/meiman"}]}],"qita":[{"key":"class","name":"剧情","value":[{"n":"全部","v":""},{"n":"记录片","v":"/Jlp"},{"n":"经典片","v":"/Jdp"},{"n":"经典剧","v":"/Jdj"},{"n":"网大电影","v":"/wlp"},{"n":"国产老电影","v":"/laodianying"}]}]},
  9. // searchUrl:'/search.php?searchword=**',
  10. searchUrl:'/auete2so.php?searchword=**',
  11. searchable:2,//是否启用全局搜索,
  12. quickSearch:1,//是否启用快速搜索,
  13. headers:{
  14. 'User-Agent':'PC_UA',
  15. },
  16. class_parse:'.mr-auto li:gt(0):lt(6);a&&Text;a&&href;/(\\w+)/index.html',
  17. play_parse:true,
  18. lazy:'',
  19. limit:6,
  20. 推荐:'*',
  21. 一级:'.threadlist .trans_3;.title&&Text;.lazy&&src;.hdtag&&Text;a&&href',
  22. 二级:{
  23. "title":".cover a&&title;.message p:eq(7)&&Text",
  24. "img":".cover img&&src",
  25. "desc":".w-100&&Text;.message p:eq(10)&&Text;.message p:eq(9)&&Text;.message p:eq(6)&&Text;.message p:eq(4)&&Text",
  26. "content":".message p:eq(-1)&&Text",
  27. "tabs":"#player_list h2",
  28. "tab_text":"h2--span&&Text",
  29. "lists":"#player_list:eq(#id) li"
  30. },
  31. 搜索:'.card-body .media;.text-danger&&Text;;.data&&Text;a&&href',
  32. }