Add files via upload
This commit is contained in:
38
JS/喵物次元.js
Normal file
38
JS/喵物次元.js
Normal file
@ -0,0 +1,38 @@
|
||||
var rule = {
|
||||
title:'喵物次元',
|
||||
host:'https://www.mwcy.net/',
|
||||
url:'/catshow/fyclass/fypage.html',
|
||||
searchUrl:'/catsearch/page/fypage/wd/**.html',
|
||||
searchable:2,
|
||||
quickSearch:0,
|
||||
filterable:1,
|
||||
filter:'',
|
||||
filter_url:'',
|
||||
filter_def:{},
|
||||
headers:{
|
||||
'User-Agent':'MOBILE_UA',
|
||||
},
|
||||
timeout:5000,
|
||||
class_parse:'div.head-more a;a&&Text;a&&href;.*/(.*?)\.html',
|
||||
cate_exclude:'特摄剧|我的|专题|排行榜|周番剧表',
|
||||
play_parse:true,
|
||||
lazy:$js.toString(()=>{
|
||||
input = {parse:1,url:input,js:''};
|
||||
}),
|
||||
double:true,
|
||||
//推荐:'.public-list-div;a;a&&title;img&&data-src;.public-list-prb&&Text;a&&href',
|
||||
一级:'.public-list-div a;a&&title;img&&data-src;span:eq(1)&&Text;a&&href;详情',
|
||||
二级:{
|
||||
title:'h3&&Text;.style-detail span:eq(7)&&Text',
|
||||
img:'.style-detail&&img&&data-src',
|
||||
desc:'主要信息;.style-detail&&a&&Text;地区;.style-detail&&.slide-info:eq(2)&&Text;.style-detail&&a:eq(2)&&Text',
|
||||
content:'#height_limit&&Text',
|
||||
tabs:'.nav-swiper a',
|
||||
lists:'.anthology-list-play li',
|
||||
tab_text:'body&&Text',
|
||||
list_text:'body&&Text',
|
||||
list_url:'a&&href',
|
||||
list_url_prefix: '',
|
||||
},
|
||||
搜索:'.box-width:eq(1)&&.public-list-exp;.public-list-exp&&img&&alt;.public-list-exp&&img&&data-src;.public-list-exp&&span&&Text;a&&href',
|
||||
}
|
Reference in New Issue
Block a user