mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-24 19:45:01 +08:00
28 lines
1018 B
JavaScript
28 lines
1018 B
JavaScript
var rule = {
|
|
title: '看看影视',
|
|
host: 'https://www.kkys.pro',
|
|
url: '/vodshow/fyclass--------fypage---/',
|
|
searchUrl: '/vodsearch/**----------fypage---/',
|
|
class_parse: '.top_nav li;a&&Text;a&&href;.*/(.*?)/',
|
|
searchable: 2,
|
|
quickSearch: 0,
|
|
filterable: 0,
|
|
headers: {
|
|
'User-Agent': 'MOBILE_UA',
|
|
},
|
|
play_parse: true,
|
|
lazy: '',
|
|
limit: 6,
|
|
推荐: '.cbox_list;*;*;*;*;*',
|
|
double: true,
|
|
一级: 'ul.vodlist li;a&&title;a&&data-original;.pic_text&&Text;a&&href',
|
|
二级: {
|
|
title: 'h2&&Text;.detail_list&&ul:eq(1)&&li&&a:eq(2)&&Text',
|
|
img: '.vodlist_thumb&&data-original',
|
|
desc: '.content_detail&&li:eq(1)&&Text;.detail_list&&ul:eq(1)&&li&&a&&Text;.detail_list&&ul:eq(1)&&li&&a:eq(1)&&Text;.detail_list&&ul:eq(1)&&li:eq(2)&&Text;.detail_list&&ul:eq(1)&&li:eq(3)&&Text',
|
|
content: '.content_desc&&span&&Text',
|
|
tabs: '.play_source_tab&&a',
|
|
lists: '.content_playlist:eq(#id) li',
|
|
},
|
|
搜索: '*',
|
|
} |