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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
{
"spider": "https://lemetu.com/custom_spider.jar", //自己的爬虫文件后台地址
"wallpaper": "https://lemetu.com/壁纸.png", //前端背景的图片地址
"sites": [
{
"key": "lemetu", //可默认也可自定义
"name": "乐美兔博客", //前端显示的资源名称自定义
"type": 3, //Type 0-xml 1-json 2-爬虫源 3-自定义爬虫 4-服务器爬虫
"api": "csp_AppYsV2", //默认走爬虫线路都是这个记号不可修改
"searchable": 1, //可搜索? 0-不可以 1-可以
"quickSearch": 1, //可快速搜索? 0-不可以 1-可以
"filterable": 1, //可筛选? 0-不可以 1-可以
"ext": "https://lemetu.com/api.php/app/" //爬虫模式的对接地址
}, //注意增加资源要在逗号之后
{
"key": "csp_lemetu", //自定义英文标签必须带上前缀csp_
"name": "乐美兔博客", //前端显示的资源名称自定义
"type": 1, //Type 0-xml 1-json 2-爬虫源 3-自定义爬虫 4-服务器爬虫
"api": "https://lemetu.com/api.php/provide/vod/?ac=list",//默认苹果CMS资源采集站的地址
"playUrl": "json:https://lemetu.com/?url=", //资源指定JSON解析接口,一般不填写
"searchable": 1, ////可搜索? 0-不可以 1-可以
"quickSearch": 1, //可筛选? 0-不可以 1-可以
"filterable": 1, //可筛选? 0-不可以 1-可以
"categories": [ "电影","剧集","综艺","动漫","短剧"] //可以在前端显示的分类 注意结尾不要带逗号
},
//这个地方可以继续添加资源,将你从别处复制过来的代码粘贴到这里即可
{
"key": "push_agent",
"name": "前端自定义播放功能", //前端自定义播放链接功能
"type": 3,
"api": "csp_Push",
"searchable": 0,
"quickSearch": 0,
"changeable": 0,
"ext": "http://127.0.0.1:9978/file/MeowTV/token.txt+4k|auto|fhd"
} //注意结尾不要带逗号
],
"lives": [
{
"name": "live", //名字自定义
"type": 0,
"url": "http://lemetu.com/zhibo.txt", //这里填写直播源的地址(注意要txt结尾的链接)
"playerType": 1,
"ua": "okhttp/3.15",
"epg": "http://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png"
}
],
"flags":["lzm3u8","youku","qq","iqiyi","qiyi","letv","sohu","tudou","mgtv","bilibili"], //添加播放器标识用逗号分割
"parses":[
{"name": "聚合","type": 3,"url": "Demo"}, //类型
{"name": "轮询","type": 2,"url": "Sequence"}, //类型
{"name": "1号线","type": 0,"url": "https://json解析地址/?url="}, //支持json和普通接口同时使用
{"name": "2号线","type": 0,"url": "https://普通解析地址/?url="}, //解析接口可以无限添加
{"name": "3号线","type": 0,"url": "https://无限解析地址/?url="} //注意结尾不要带逗号
],
"ijk": [{"group": "软解码","options": [
{"category": 4,"name": "opensles","value": "0"},
{"category": 4,"name": "overlay-format","value": "842225234"},
{"category": 4,"name": "framedrop","value": "1"},
{"category": 4,"name": "soundtouch","value": "1"},
{"category": 4,"name": "start-on-prepared","value": "1"},
{"category": 1,"name": "http-detect-range-support","value": "0"},
{"category": 1,"name": "fflags","value": "fastseek"},
{"category": 2,"name": "skip_loop_filter","value": "48"},
{"category": 4,"name": "reconnect","value": "1"},
{"category": 4,"name": "max-buffer-size","value": "5242880"},
{"category": 4,"name": "enable-accurate-seek","value": "0"},
{"category": 4,"name": "mediacodec","value": "0"},
{"category": 4,"name": "mediacodec-auto-rotate","value": "0"},
{"category": 4,"name": "mediacodec-handle-resolution-change","value": "0"},
{"category": 4,"name": "mediacodec-hevc","value": "0"},
{"category": 1,"name": "dns_cache_timeout","value": "600000000"}]},
{"group": "硬解码","options": [
{"category": 4,"name": "opensles","value": "0"},
{"category": 4,"name": "overlay-format","value": "842225234"},
{"category": 4,"name": "framedrop","value": "1"},
{"category": 4,"name": "soundtouch","value": "1"},
{"category": 4,"name": "start-on-prepared","value": "1"},
{"category": 1,"name": "http-detect-range-support","value": "0"},
{"category": 1,"name": "fflags","value": "fastseek"},
{"category": 2,"name": "skip_loop_filter","value": "48"},
{"category": 4,"name": "reconnect","value": "1"},
{"category": 4,"name": "max-buffer-size","value": "5242880"},
{"category": 4,"name": "enable-accurate-seek","value": "0"},
{"category": 4,"name": "mediacodec","value": "1"},
{"category": 4,"name": "mediacodec-auto-rotate","value": "1"},
{"category": 4,"name": "mediacodec-handle-resolution-change","value": "1"},
{"category": 4,"name": "mediacodec-hevc","value": "1"},
{"category": 1,"name": "dns_cache_timeout","value": "600000000"}]}],
"ads": ["屏蔽广告地址1","屏蔽广告地址2","屏蔽广告地址13"]
}...
|