mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-24 19:45:01 +08:00
31 lines
1.0 KiB
JavaScript
31 lines
1.0 KiB
JavaScript
var rule = {
|
|
title: '即看影视',
|
|
host: 'https://www.jkv.app',
|
|
url: '/show/fyclass--------fypage---.html',
|
|
searchUrl: '/search/**----------fypage---.html',
|
|
class_parse: '.nav_list&&li;a&&Text;a&&href;.*/(.*?)\.html',
|
|
class_name: '短剧',
|
|
class_url: '53',
|
|
cate_exclude: '排名|明星|专题',
|
|
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-background-image;.text_right&&Text;a&&href',
|
|
二级: {
|
|
title: 'h2&&Text;.content_detail:eq(1)&&ul&&li&&a:eq(2)&&Text',
|
|
img: '.vodlist_thumb&&data-background-image',
|
|
desc: ';.content_detail:eq(1)&&ul&&li&&a:eq(3)&&Text;.content_detail:eq(1)&&ul&&li&&a&&Text;;',
|
|
content: '.content_desc&&span&&Text',
|
|
tabs: '.play_source_tab&&a',
|
|
lists: '.content_playlist:eq(#id) li',
|
|
},
|
|
搜索: '*',
|
|
} |