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