-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexternal-sources.json.example
More file actions
58 lines (58 loc) · 1.75 KB
/
external-sources.json.example
File metadata and controls
58 lines (58 loc) · 1.75 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"enabled": true,
"includeInPlaylists": true,
"updateOnStartup": true,
"sources": [
{
"name": "港澳地方频道",
"group": "未分组",
"enabled": true,
"mode": "subscription",
"m3u8Url": "",
"webUrl": "",
"subscriptionUrl": "https://raw.githubusercontent.com/YueChan/Live/refs/heads/main/GNTV.m3u",
"parsedChannels": null,
"autoRefresh": true,
"refreshInterval": 1440,
"updateOnStartup": true,
"lastUpdated": null
},
{
"name": "全球频道",
"group": "未分组",
"enabled": true,
"mode": "subscription",
"m3u8Url": "",
"webUrl": "",
"subscriptionUrl": "https://raw.githubusercontent.com/YueChan/Live/refs/heads/main/Global.m3u",
"parsedChannels": null,
"autoRefresh": true,
"refreshInterval": 1440,
"updateOnStartup": true,
"lastUpdated": null
},
{
"name": "示例频道",
"group": "体育",
"webUrl": "https://example.com/channel.html",
"m3u8Url": "",
"enabled": true,
"autoRefresh": true,
"refreshInterval": 60,
"updateOnStartup": true,
"extractOptions": {
"waitTime": 5000,
"headless": true
},
"lastUpdated": null
}
],
"lastGlobalUpdate": null,
"_comments": {
"updateOnStartup": "重启时是否更新(全局控制咪咕源,单个控制外部源,默认true)",
"autoRefresh": "是否自动刷新该源(默认true)",
"refreshInterval": "自动刷新间隔(分钟,默认60)",
"mode": "源模式:direct(直连) / fetch(抓取) / subscription(订阅m3u播放列表)",
"咪咕源说明": "咪咕源的定时更新频率由 config.js 中的 programInfoUpdateInterval 控制"
}
}