-
Notifications
You must be signed in to change notification settings - Fork 291
Expand file tree
/
Copy pathTVB云播.js
More file actions
27 lines (26 loc) · 923 Bytes
/
TVB云播.js
File metadata and controls
27 lines (26 loc) · 923 Bytes
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
/*
@header({
searchable: 0,
filterable: 0,
quickSearch: 0,
'类型': '影视',
lang: 'ds'
})
*/
var rule = {
模板: '自动',
host: 'http://www.tvyb03.com',
url: '/vod/type/id/fyclass/page/fypage.html',
searchUrl:'/vod/search/page/fypage/wd/**.html',
搜索: '#searchList li;a&&title;.lazyload&&data-original;span.tag&&Text;a&&href;.detail&&Text',
推荐: 'ul.myui-vodlist.clearfix;li;a&&title;a&&data-original;span.tag&&Text;a&&href',
一级: '.myui-vodlist li;a&&title;a&&data-original;span.tag&&Text;a&&href',
二级: {
"title": "h1&&Text;.data:eq(0) a:eq(0)&&Text",
"img": ".lazyload&&data-original",
"desc": ";.data:eq(0) a:eq(2)&&Text;.data:eq(0) a:eq(1)&&Text;.data:eq(2)&&Text;.data:eq(3)&&Text",
"content": ".text-collapse span&&Text",
"tabs": ".myui-panel__head h3",
"lists": ".myui-content__list:eq(#id) li"
},
}