Auete.js 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /**
  2. * 搜索 > 图片加法验证
  3. * 网址导航 https://auete.site
  4. */
  5. var rule = {
  6. title: 'Auete',
  7. // host:'https://haozhansou.com',
  8. host: 'https://auete.pro',
  9. //hostJs: 'print(HOST);let html=request(HOST,{headers:{"User-Agent":PC_UA}});let src = jsp.pdfh(html,"ul&&li&&a&&href");print(src);HOST=src',//网页域名根动态抓取js代码。通过HOST=赋值
  10. // url:'/fyclassfyfilter/indexfypage.html[/fyclassfyfilter/index.html]',
  11. url: '/fyclassfyfilter/indexfypage.html[/fyclassfyfilter/index.html]',
  12. filterable: 1,
  13. filter_url: '{{fl.class}}',
  14. filter: {
  15. "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"}]}],
  16. "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"}]}],
  17. "Zy":[{"key":"class","name":"剧情","value":[{"n":"全部","v":""},{"n":"国综","v":"/guozong"},{"n":"韩综","v":"/hanzong"},{"n":"美综","v":"/meizong"}]}],
  18. "Dm":[{"key":"class","name":"剧情","value":[{"n":"全部","v":""},{"n":"动画","v":"/donghua"},{"n":"日漫","v":"/riman"},{"n":"国漫","v":"/guoman"},{"n":"美漫","v":"/meiman"}]}],
  19. "qita":[{"key":"class","name":"剧情","value":[{"n":"全部","v":""},{"n":"记录片","v":"/Jlp"},{"n":"经典片","v":"/Jdp"},{"n":"经典剧","v":"/Jdj"},{"n":"网大电影","v":"/wlp"},{"n":"国产老电影","v":"/laodianying"}]}]
  20. },
  21. searchUrl: '/auete3so.php?page=fypage&searchword=**',
  22. searchable: 2,
  23. quickSearch: 1,
  24. headers: {
  25. 'User-Agent': 'PC_UA',
  26. 'Cookie': 'ssea2_search=ok'
  27. },
  28. class_parse: '.mr-auto li:gt(0):lt(6);a&&Text;a&&href;/(\\w+)/index.html',
  29. tab_remove:'云播F线',
  30. play_parse: true,
  31. lazy:'',
  32. limit: 6,
  33. 推荐: '*',
  34. 一级: '.threadlist .trans_3;.title&&Text;.lazy&&src;.hdtag&&Text;a&&href',
  35. 二级: {
  36. "title":".cover a&&title;.message&&p:eq(2)&&Text",
  37. "img": ".cover img&&src",
  38. "desc":".w-100&&Text;;.message&&p:eq(4)&&Text;.message&&p:eq(5)&&Text;.message&&p:eq(6)&&Text",
  39. "content": ".message p:eq(-1)&&Text",
  40. "tabs": `js:
  41. TABS = [];
  42. let tabs = pdfa(html, 'h2');
  43. tabs.forEach((it) => {
  44. TABS.push(pdfh(it, "body&&Text").split('』')[1].split(':')[0])
  45. });
  46. `,
  47. "lists": "#player_list:eq(#id) li"
  48. },
  49. 搜索: '.card-body .media;.text-danger&&Text;;.data&&Text;a&&href',
  50. }