forked from dongg/tvbox
31 lines
1.4 KiB
JavaScript
31 lines
1.4 KiB
JavaScript
|
var rule =
|
||
|
{
|
||
|
title: '热播之家',
|
||
|
host: 'https://rebozj.pro',
|
||
|
url: '/type/fyclass-fypage.html',
|
||
|
searchUrl: '/search/**----------fypage---.html',
|
||
|
searchable: 2,//是否启用全局搜索,
|
||
|
quickSearch: 0,//是否启用快速搜索,
|
||
|
filterable: 0,//是否启用分类筛选,
|
||
|
headers: {
|
||
|
'User-Agent': 'UC_UA',
|
||
|
// "Cookie": ""
|
||
|
},
|
||
|
// class_parse:'.stui-header__menu li:gt(0):lt(7);a&&Text;a&&href;/(\\d+).html',
|
||
|
class_parse: '.stui-header__menu li:gt(0):lt(7);a&&Text;a&&href;.*/(.*?).html',
|
||
|
play_parse: true,
|
||
|
lazy: '',
|
||
|
limit: 6,
|
||
|
推荐: 'ul.stui-vodlist.clearfix;li;a&&title;.lazyload&&data-original;.pic-text&&Text;a&&href',
|
||
|
double: true, // 推荐内容是否双层定位
|
||
|
一级: '.stui-vodlist li;a&&title;a&&data-original;.pic-text&&Text;a&&href',
|
||
|
二级: {
|
||
|
"title": ".stui-content__detail .title&&Text;.stui-content__detail p:eq(-2)&&Text",
|
||
|
"img": ".stui-content__thumb .lazyload&&data-original",
|
||
|
"desc": ".stui-content__detail p:eq(0)&&Text;.stui-content__detail p:eq(1)&&Text;.stui-content__detail p:eq(2)&&Text",
|
||
|
"content": ".detail&&Text",
|
||
|
"tabs": ".stui-vodlist__head h4",
|
||
|
"lists": ".stui-content__playlist:eq(#id) li"
|
||
|
},
|
||
|
搜索: 'ul.stui-vodlist&&li;a&&title;.lazyload&&data-original;.pic-text&&Text;a&&href;.text-right&&Text',
|
||
|
}
|