-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathchannels.json
More file actions
86 lines (86 loc) · 1.46 KB
/
channels.json
File metadata and controls
86 lines (86 loc) · 1.46 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
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
[
{
"id": "1",
"text": "央视频道",
"children": [
{
"text": "CCTV1",
"url": [
"https://tv.cctv.com/live/cctv1/",
"https://www.yangshipin.cn/tv/home?pid=600001859"
]
}
]
},
{
"id": "2",
"text": "卫视频道",
"children": [
{
"text": "北京卫视",
"url": "https://www.yangshipin.cn/tv/home?pid=600002309"
}
]
},
{
"id": "3",
"text": "广东频道",
"children": [
{
"text": "广东卫视",
"url": "https://www.gdtv.cn/tvChannelDetail/43"
}
]
},
{
"id": "4",
"text": "地方频道",
"children": [
{
"text": "深圳都市频道",
"url": "https://www.sztv.com.cn/dianshi.shtml?id=7868"
}
]
},
{
"id": "5",
"text": "动漫剧场",
"children": [
{
"text": "小猪佩奇 第一季",
"url": [
"https://www.bilibili.com/bangumi/play/ss37587",
"https://www.bilibili.com/bangumi/play/ep375714",
"https://www.bilibili.com/bangumi/play/ep375715"
],
"alias": [
"第一集",
"第二集",
"第三集"
]
},
{
"text": "狐狐动画城",
"url": "https://live.bilibili.com/30837590?live_from=84001"
}
]
},
{
"id": "6",
"text": "其他直播",
"children": [
{
"text": "哔哩哔哩直播首页",
"url": "https://live.bilibili.com/"
},
{
"text": "抖音直播首页",
"url": "https://live.douyin.com/"
},
{
"text": "虎牙直播首页",
"url": "https://www.huya.com/"
}
]
}
]