Auete.js 2.5 KB
Newer Older
H
hjdhnx 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// 有搜索验证
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',
    },
tloook's avatar
tloook 已提交
16 17 18
    class_parse:'.mr-auto li:gt(0):lt(6);a&&Text;a&&href;/(\\w+)/index.html',
    // class_name:'电影&电视剧&综艺&动漫&其他',
    // class_url:'Movie&Tv&Zy&Dm&qita',
H
hjdhnx 已提交
19 20 21 22 23 24 25 26 27 28 29
    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",
tloook's avatar
tloook 已提交
30
        "tab_text":"h2--span&&Text",
H
hjdhnx 已提交
31 32 33
        "lists":"#player_list:eq(#id) li"
    },
    搜索:'.card-body .media;.text-danger&&Text;;.data&&Text;a&&href',
tloook's avatar
tloook 已提交
34
}