Last active 1 month ago

imyip revised this gist 6 months ago. Go to revision

1 file changed, 17 insertions, 17 deletions

live.json

@@ -1,12 +1,22 @@
1 1 {
2 2 "spider": "https://github.com/FongMi/CatVodSpider/raw/refs/heads/main/jar/custom_spider.jar",
3 3 "lives": [{
4 - "name": "本地(内地电视)",
4 + "name": "内地电视频道",
5 5 "url": "http://192.168.10.239:35455/tv.m3u",
6 6 "type": 0,
7 7 "playerType": 1
8 + },{
9 + "name": "内地电视频道(备用)",
10 + "type": 3,
11 + "api": "https://json.doube.eu.org/python/live_kzb.py",
12 + "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374"
13 + },{
14 + "name": "香港TVB",
15 + "url": "http://192.168.10.239:50009/mytvsuper.m3u",
16 + "type": 0,
17 + "playerType": 1
8 18 }, {
9 - "name": "IP解析",
19 + "name": "台湾频道",
10 20 "api": "csp_MQiTV",
11 21 "ext": [{
12 22 "name": "59",
@@ -14,18 +24,8 @@
14 24 }],
15 25 "epg": "http://iptv.52sw.top:668/?ch={name}&date={date}",
16 26 "logo": "https://epg.112114.xyz/logo/{name}.png"
17 - }, {
18 - "name": "本地(TVB)",
19 - "url": "http://192.168.10.239:50009/mytvsuper.m3u",
20 - "type": 0,
21 - "playerType": 1
22 - }, {
23 - "name": "快直播(python)",
24 - "type": 3,
25 - "api": "https://json.doube.eu.org/python/live_kzb.py",
26 - "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374"
27 - }, {
28 - "name": "BeeSport直播(python)",
27 + },{
28 + "name": "体育直播",
29 29 "type": 3,
30 30 "api": "https://json.doube.eu.org/python/live_beesport.py",
31 31 "ext": {},
@@ -33,7 +33,7 @@
33 33 "Referer": "https://p.m82xg4z0cdbz7.com/"
34 34 }
35 35 }, {
36 - "name": "Tvfix直播(python)",
36 + "name": "香港TVB(备用)",
37 37 "type": 3,
38 38 "api": "https://raw.githubusercontent.com/imyip/Sub/refs/heads/main/live/live_tvfix.py",
39 39 "ext": {
@@ -43,7 +43,7 @@
43 43 }
44 44 }
45 45 }, {
46 - "name": "SMT直播(python)",
46 + "name": "全频道",
47 47 "type": 3,
48 48 "api": "https://json.doube.eu.org/python/live_smt.py",
49 49 "ext": {
@@ -53,7 +53,7 @@
53 53 }
54 54 }
55 55 }, {
56 - "name": "LITV直播(python)",
56 + "name": "台湾频道",
57 57 "type": 3,
58 58 "api": "https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py",
59 59 "ext": {

imyip revised this gist 6 months ago. Go to revision

1 file changed, 66 insertions

live.json(file created)

@@ -0,0 +1,66 @@
1 + {
2 + "spider": "https://github.com/FongMi/CatVodSpider/raw/refs/heads/main/jar/custom_spider.jar",
3 + "lives": [{
4 + "name": "本地(内地电视)",
5 + "url": "http://192.168.10.239:35455/tv.m3u",
6 + "type": 0,
7 + "playerType": 1
8 + }, {
9 + "name": "IP解析",
10 + "api": "csp_MQiTV",
11 + "ext": [{
12 + "name": "59",
13 + "url": "https://59.125.210.231:4433"
14 + }],
15 + "epg": "http://iptv.52sw.top:668/?ch={name}&date={date}",
16 + "logo": "https://epg.112114.xyz/logo/{name}.png"
17 + }, {
18 + "name": "本地(TVB)",
19 + "url": "http://192.168.10.239:50009/mytvsuper.m3u",
20 + "type": 0,
21 + "playerType": 1
22 + }, {
23 + "name": "快直播(python)",
24 + "type": 3,
25 + "api": "https://json.doube.eu.org/python/live_kzb.py",
26 + "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374"
27 + }, {
28 + "name": "BeeSport直播(python)",
29 + "type": 3,
30 + "api": "https://json.doube.eu.org/python/live_beesport.py",
31 + "ext": {},
32 + "header": {
33 + "Referer": "https://p.m82xg4z0cdbz7.com/"
34 + }
35 + }, {
36 + "name": "Tvfix直播(python)",
37 + "type": 3,
38 + "api": "https://raw.githubusercontent.com/imyip/Sub/refs/heads/main/live/live_tvfix.py",
39 + "ext": {
40 + "proxy": {
41 + "http": "http://192.168.10.239:1072",
42 + "https": "http://192.168.10.239:1072"
43 + }
44 + }
45 + }, {
46 + "name": "SMT直播(python)",
47 + "type": 3,
48 + "api": "https://json.doube.eu.org/python/live_smt.py",
49 + "ext": {
50 + "proxy": {
51 + "http": "http://192.168.10.239:1072",
52 + "https": "http://192.168.10.239:1072"
53 + }
54 + }
55 + }, {
56 + "name": "LITV直播(python)",
57 + "type": 3,
58 + "api": "https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py",
59 + "ext": {
60 + "proxy": {
61 + "http": "http://192.168.10.239:1072",
62 + "https": "http://192.168.10.239:1072"
63 + }
64 + }
65 + }]
66 + }
Newer Older