-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathon.json
More file actions
83 lines (83 loc) · 2.65 KB
/
on.json
File metadata and controls
83 lines (83 loc) · 2.65 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
{
"lives": [
{
"name": "m3u-tc",
"url": "https://mirror.ghproxy.com/https://raw.githubusercontent.com/wwb521/live/main/tv.m3u"
},
{
"name": "m3u-232",
"url": "https://raw.githubusercontent.com/FRANKASEE/ip2/main/232.m3u"
},
{
"name": "m3u-900",
"url": "https://raw.githubusercontent.com/FRANKASEE/ip2/main/900.m3u"
},
{
"name": "m3u-ipv6Plus",
"url": "https://raw.githubusercontent.com/FRANKASEE/ip2/main/ipv6Plus.m3u"
},
{
"name": "TXT-IPTV6",
"url": "https://raw.githubusercontent.com/FRANKASEE/ip2/main/IPTV6.txt",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png"
},
{
"name": "TXT-2",
"url": "https://github.moeyy.xyz/https://raw.githubusercontent.com/wwb521/live/main/tv.txt",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png"
},
{
"name": "TXT-iptv3",
"url": "https://raw.githubusercontent.com/FRANKASEE/ip2/main/IPTV3.txt",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png"
},
{
"name": "TXT-3",
"url": "https://raw.githubusercontent.com/FRANKASEE/ip2/main/IPTV.txt",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"playerType": 1
},
{
"name": "EXO",
"url": "https://github.com/live.txt",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"playerType": 2
},
{
"name": "PRO",
"boot": false,
"url": "https://github.com/live.txt",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
"referer": "https://github.com/"
},
{
"name": "Custom",
"boot": false,
"pass": true,
"url": "https://github.com/live.txt",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"header": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
"Referer": "https://github.com/"
}
},
{
"name": "JSON",
"type": 1,
"url": "https://github.com/live.json"
},
{
"name": "Proxy",
"type": 2,
"url": "proxy://do=live&type=today"
}
]
}