From 2632e9a18659f9f96f8c4b8944c79cc764675338 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Mon, 19 Dec 2022 11:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Auete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/Auete.js | 33 +++++++++++++++++++++++++++++++++ js/version.txt | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 js/Auete.js diff --git a/js/Auete.js b/js/Auete.js new file mode 100644 index 0000000..81699a0 --- /dev/null +++ b/js/Auete.js @@ -0,0 +1,33 @@ +// 有搜索验证 +var rule = { + title:'Auete', + host:'https://auete.com', + // url:'/fyclassfyfilter/indexfypage.html[/fyclassfyfilter/index.html]', + url:'/fyclassfyfilter/indexfypage.html[/fyclassfyfilter/index.html]', + filterable:1,//是否启用分类筛选, + filter_url:'{{fl.class}}', + 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"}]}]}, + searchUrl:'/search.php?searchword=**', + searchable:2,//是否启用全局搜索, + quickSearch:0,//是否启用快速搜索, + headers:{ + 'User-Agent':'PC_UA', + }, + // class_parse:'.mr-auto li;a&&Text;a&&href;/(.*?)/index.html', + class_name:'电影&电视剧&综艺&动漫&其他', + class_url:'Movie&Tv&Zy&Dm&qita', + play_parse:true, + lazy:'', + limit:6, + 推荐:'*', + 一级:'.threadlist .trans_3;.title&&Text;.lazy&&src;.hdtag&&Text;a&&href', + 二级:{ + "title":".cover a&&title;.message p:eq(7)&&Text", + "img":".cover img&&src", + "desc":".w-100&&Text;.message p:eq(10)&&Text;.message p:eq(9)&&Text;.message p:eq(6)&&Text;.message p:eq(4)&&Text", + "content":".message p:eq(-1)&&Text", + "tabs":"#player_list h2", + "lists":"#player_list:eq(#id) li" + }, + 搜索:'.card-body .media;.text-danger&&Text;;.data&&Text;a&&href', +} \ No newline at end of file diff --git a/js/version.txt b/js/version.txt index 2e17191..0323b53 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.32beta1 \ No newline at end of file +3.9.32beta2 \ No newline at end of file -- GitLab