Add files via upload

This commit is contained in:
gaotianliuyun
2022-12-17 21:06:17 +08:00
committed by GitHub
parent 9668bd3401
commit 302c0f4b70
6 changed files with 71 additions and 45 deletions

View File

@@ -2,10 +2,10 @@ var rule={
title:'69美剧',
host:'https://www.69mj.com',
// homeUrl:'/',
url:'/index.php/vod/show/by/time/id/fyclass/page/fypage/year/2022.html',
url:'/index.php/vod/show/id/fyclass/page/fypage.html',
searchUrl:'/index.php/vod/search.html?wd=**',
searchable:2,//是否启用全局搜索,
quickSearch:1,//是否启用快速搜索,
quickSearch:0,//是否启用快速搜索,
filterable:0,//是否启用分类筛选,
headers:{//网站的请求头,完整支持所有的,常带ua和cookies
'User-Agent':'MOBILE_UA',
@@ -18,6 +18,13 @@ var rule={
推荐:'.module-list;.module-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
double:true, // 推荐内容是否双层定位
一级:'.module&&.module-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href',
二级:{"title":"h1&&Text;.tag-link&&span&&Text","img":".lazyload&&data-src","desc":".scroll-box:eq(-0)&&Text;.scroll-box:eq(-1)&&Text;.scroll-box&&Text;.video-info-items:eq(1)&&.video-info-item.video-info-actor&&Text;.video-info-items:eq(0)&&.video-info-item.video-info-actor&&Text","content":".vod_content&&Text","tabs":".module-tab-item.tab-item","lists":".module-player-list:eq(#id)&&.sort-item a"},
二级:{
"title":"h1&&Text;.video-info-aux&&Text",
"img":".lazyload&&data-src",
"desc":";;;.video-info-actor:eq(1)&&Text;.video-info-actor:eq(0)&&Text",
"content":".vod_content&&Text",
"tabs":".module-tab-item.tab-item",
"lists":".module-player-list:eq(#id)&&.sort-item a"
},
搜索:'.module&&.module-search-item;h3&&Text;.lazyload&&data-src;.video-serial&&Text;a&&href',
}