mirror of https://github.com/gaotianliuyun/gao
parent
f7d47110aa
commit
9ba957ecd7
File diff suppressed because one or more lines are too long
@ -1,27 +1,22 @@ |
||||
//翻页不能为1 问题待处理
|
||||
var rule = { |
||||
title:'剧荒', |
||||
host:'https://www.juhuang.tv',
|
||||
// homeUrl:'/',
|
||||
url:'/type/fyclass_type_fypage.html', |
||||
searchUrl:'/s/**/fypage.html', |
||||
searchable:1, |
||||
quickSearch:1, |
||||
headers:{ |
||||
'User-Agent':'UC_UA' |
||||
}, |
||||
timeout:5000, |
||||
class_name:'电视剧&电影&综艺&动漫',//静态分类名称拼接
|
||||
class_url:'2&1&3&4',//静态分类标识拼接
|
||||
//class_parse:'.drop-content-items li:gt(0):lt(7);.grid-item-name&&Text;a&&href',
|
||||
url:'/type/fyclass_type.html', |
||||
searchUrl:'https://so.juhuang.tv/?s=**', |
||||
searchable:2, |
||||
quickSearch:0, |
||||
filterable:0, |
||||
headers:{'User-Agent':'MOBILE_UA', }, |
||||
class_name:'电视剧&电影&综艺&动漫',//静态分类名称拼接
|
||||
class_url:'2&1&3&4',//静态分类标识拼接
|
||||
play_parse:true, |
||||
lazy:'', |
||||
limit:5, |
||||
推荐:'#movie-list-body;.movie-list-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href', |
||||
limit:6, |
||||
推荐:'.module-list;.module-items&&.module-item;a&&title;img&&data-src;.module-item-text&&Text;a&&href', |
||||
double:true, // 推荐内容是否双层定位
|
||||
|
||||
一级:'.module-item-pic&&a;a&&title;img&&data-src;.module-item-text&&Text;a&&href', |
||||
|
||||
|
||||
二级:{"title":"h1.movie-title&&Text;.data:eq(1)&&Text","img":".poster img&&src","desc":".cr3.starLink&&Text","content":".detailsTxt&&Text","tabs":".play_source_tab a","lists":".content_playlist:eq(#id) a"}, |
||||
搜索:'.vod-search-list;.movie-title&&Text;.Lazy&&data-original;.getop&&Text;a&&href;.getop:eq(-1)&&Text', |
||||
} |
||||
一级:'.module-items&&.module-item;a&&title;img&&data-src;.module-item-text&&Text;a&&href', |
||||
二级:{"title":"h1&&Text;.video-info-aux&&div&&a:eq(0)&&Text","img":".module-item-pic&&img&&data-src","desc":";.video-info-aux&&a:eq(1)&&Text;.video-info-aux&&a:eq(2)&&Text;.video-info-items:eq(1) a&&Text;.video-info-items:eq(0) a&&Text","content":".video-info-content&&Text","tabs":".module-tab-title","lists":".module-blocklist&&.sort-item a"}, |
||||
搜索:'.module-items .module-search-item;a&&title;img&&data-src;.video-serial&&Text;a&&href', |
||||
} |
||||
|
||||
Loading…
Reference in new issue