123456789101112131415161718192021222324252627282930313233 |
- 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=**',
- searchUrl:'/aueteso.php?searchword=**',
- searchable:2,//是否启用全局搜索,
- quickSearch:0,//是否启用快速搜索,
- headers:{
- 'User-Agent':'PC_UA',
- },
- class_parse:'.mr-auto li:gt(0):lt(6);a&&Text;a&&href;/(\\w+)/index.html',
- 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",
- "tab_text":"h2--span&&Text",
- "lists":"#player_list:eq(#id) li"
- },
- 搜索:'.card-body .media;.text-danger&&Text;;.data&&Text;a&&href',
- }
|