-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy path剧集TV.js
More file actions
38 lines (37 loc) · 1.12 KB
/
剧集TV.js
File metadata and controls
38 lines (37 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
@header({
searchable: 2,
filterable: 0,
quickSearch: 0,
title: '剧集TV',
'类型': '影视',
lang: 'ds'
})
*/
var rule = {
title: '剧集TV',
host: 'https://v.ijujitv.cc',
url: '/show/fyclass--------fypage---.html',
searchUrl: 'search/**----------fypage---.html',
searchable: 2,
quickSearch: 0,
filterable: 0,
class_parse: '.nav-bar-menu li;a&&Text;a&&href;.*/(.*?).html',
cate_exclude: '娱乐新闻|排行榜',
play_parse: true,
lazy: '',
limit: 6,
推荐: '*',
一级: '.m-list-inner li;a&&title;img&&data-original;.thumb&&Text;a&&href;p&&Text',
二级: {
title: 'h1&&Text;.intro&&p:eq(0)&&Text',
img: '.quic&&data-original',
desc: '.intro&&p:eq(6)&&Text;.intro&&p:eq(2)&&Text;.intro&&p:eq(3)&&Text;.intro&&p:eq(5)&&Text;.intro&&p:eq(4)&&Text',
content: '.item-desc-info&&Text',
tabs: '.nav&&a',
tab_exclude: 'APP秒播',
lists: '.juji-list:eq(#id)&&a:not(:contains(APP秒播))',
list_url: 'a&&href',
},
搜索: '.m-list-inner li;a&&title;img&&data-original;.thumb&&Text;a&&href;p&&Text',
}