mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-24 19:45:01 +08:00
35 lines
1.1 KiB
JavaScript
35 lines
1.1 KiB
JavaScript
var rule = {
|
|
title: '看57',
|
|
host: 'https://www.kan57.net',
|
|
url: '/vodshow/fyclass/page/fypage.html',
|
|
searchUrl: '/vodsearch/**index/page/fypage.html',
|
|
searchable: 2,
|
|
quickSearch: 0,
|
|
filterable: 0,
|
|
filter: '',
|
|
filter_url: '',
|
|
filter_def: {},
|
|
headers: {
|
|
'User-Agent': 'MOBILE_UA',
|
|
},
|
|
timeout: 5000,
|
|
class_parse: 'ul.flex.around&&li;a&&Text;a&&href;.*/(.*?).html',
|
|
cate_exclude: '',
|
|
play_parse: true,
|
|
lazy: "js:\n input = { parse: 1, url: input, js: '' };",
|
|
double: true,
|
|
推荐: '*',
|
|
一级: 'body&&.public-list-box;a&&title;img&&data-src;.public-list-prb&&Text;a&&href',
|
|
二级: {
|
|
title: 'h3&&Text;类型',
|
|
img: '.mask-0&&data-src',
|
|
desc: '.detail-info .this-info&&span:eq(1)--strong&&Text;.detail-info .this-info&&span:eq(2)--strong&&Text;.detail-info .this-info&&span:eq(3)--strong&&Text;.lightSpeedIn .this-info:eq(4)--strong&&Text;.lightSpeedIn .this-info:eq(3)--strong&&Text',
|
|
content: '#height_limit&&Text',
|
|
tabs: '.anthology-tab a',
|
|
lists: '.anthology-list-play:eq(#id)&&li',
|
|
tab_text: 'a--span&&Text',
|
|
list_text: 'body&&Text',
|
|
list_url: 'a&&href',
|
|
},
|
|
搜索: '*',
|
|
} |