12345678910111213141516171819202122232425262728293031323334 |
- var rule = {
- title:'剧荒TV',
- host:'https://juhuang.tv',
- // homeUrl:'/',
- url:'/type/fyclass_type_fypage.html[/type/fyclass_type.html]',
- searchable:2,
- quickSearch:0,
- filterable:0,
- headers:{'User-Agent':'MOBILE_UA', },
- class_name:'电视剧&电影&综艺&动漫&纪录片&Youtube精选',//静态分类名称拼接
- class_url:'2&1&3&4&21&28',//静态分类标识拼接
- play_parse:true,
- lazy:'',
- limit:6,
- 推荐:'.module-list;.module-items&&.module-item;a&&title;img&&data-src;.module-item-text&&Text;a&&href',
- double:true, // 推荐内容是否双层定位
- 一级:'.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",
- "content":".sqjj_a&&Text",
- "tabs":".module-tab-title",
- "lists":".module-blocklist&&.sort-item a"
- },
- // searchUrl:'https://so.juhuang.tv/?s=**',
- searchUrl:'https://so.juhuang.tv/soapi.php?wd=**',
- detailUrl:'https://juhuang.tv/play/fyid_play_1_1.html', //非必填,二级详情拼接链接
- // 搜索:'.module-items .module-search-item;a&&title;img&&data-src;.video-serial&&Text;a&&href',
- 搜索:'json:list;vod_name;vod_pic;vod_year;vod_id',
- }
|