Last active 12 hours ago

imyip's Avatar imyip revised this gist 11 months ago. Go to revision

1 file changed, 9 insertions, 8 deletions

live.json

@@ -2,7 +2,7 @@
2 2 "spider": "https://github.com/FongMi/CatVodSpider/raw/refs/heads/main/jar/custom_spider.jar",
3 3 "lives": [{
4 4 "name": "内地电视频道",
5 - "url": "http://192.168.10.239:35455/tv.m3u",
5 + "url": "http://192.168.2.239:35455/tv.m3u",
6 6 "type": 0,
7 7 "playerType": 1
8 8 },{
@@ -12,13 +12,14 @@
12 12 "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374"
13 13 },{
14 14 "name": "香港TVB",
15 - "url": "http://192.168.10.239:50009/mytvsuper.m3u",
15 + "url": "https://github.com/tongxunlu/super/blob/main/mytvsuper.m3u",
16 16 "type": 0,
17 17 "playerType": 1
18 18 }, {
19 19 "name": "香港TVB(备用)",
20 - "type": 3,
21 - "api": "https://raw.githubusercontent.com/imyip/Sub/refs/heads/main/live/live_tvfix.py"
20 + "url": "http://192.168.10.239:50009/mytvsuper.m3u",
21 + "type": 0,
22 + "playerType": 1
22 23 }, {
23 24 "name": "台湾频道",
24 25 "api": "csp_MQiTV",
@@ -34,8 +35,8 @@
34 35 "api": "https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py",
35 36 "ext": {
36 37 "proxy": {
37 - "http": "http://192.168.10.239:1072",
38 - "https": "http://192.168.10.239:1072"
38 + "http": "http://192.168.2.239:1072",
39 + "https": "http://192.168.2.239:1072"
39 40 }
40 41 }
41 42 }, {
@@ -44,8 +45,8 @@
44 45 "api": "https://json.doube.eu.org/python/live_smt.py",
45 46 "ext": {
46 47 "proxy": {
47 - "http": "http://192.168.10.239:1072",
48 - "https": "http://192.168.10.239:1072"
48 + "http": "http://192.168.2.239:1072",
49 + "https": "http://192.168.2.239:1072"
49 50 }
50 51 }
51 52 },{

imyip revised this gist 11 months ago. Go to revision

1 file changed, 70 insertions

x_live.json(file created)

@@ -0,0 +1,70 @@
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.2.239:35455/tv.m3u",
6 + "type": 0,
7 + "playerType": 1
8 + },{
9 + "name": "内地电视频道(备用1)",
10 + "type": 3,
11 + "api": "https://json.doube.eu.org/python/live_kzb.py",
12 + "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374"
13 + },{
14 + "name": "内地电视频道(备用2)",
15 + "url": "http://192.168.10.239:35455/tv.m3u",
16 + "type": 0,
17 + "playerType": 1
18 + },{
19 + "name": "香港TVB",
20 + "url": "http://192.168.2.239:50009/mytvsuper.m3u",
21 + "type": 0,
22 + "playerType": 1
23 + },{
24 + "name": "香港TVB(备用1)",
25 + "url": "http://192.168.10.239:50009/mytvsuper.m3u",
26 + "type": 0,
27 + "playerType": 1
28 + }, {
29 + "name": "香港TVB(备用2)",
30 + "type": 3,
31 + "api": "https://raw.githubusercontent.com/imyip/Sub/refs/heads/main/live/live_tvfix.py"
32 + }, {
33 + "name": "台湾频道",
34 + "api": "csp_MQiTV",
35 + "ext": [{
36 + "name": "59",
37 + "url": "https://59.125.210.231:4433"
38 + }],
39 + "epg": "http://iptv.52sw.top:668/?ch={name}&date={date}",
40 + "logo": "https://epg.112114.xyz/logo/{name}.png"
41 + }, {
42 + "name": "台湾频道(备用)",
43 + "type": 3,
44 + "api": "https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py",
45 + "ext": {
46 + "proxy": {
47 + "http": "http://192.168.2.1:1070",
48 + "https": "http://192.168.2.1:1070"
49 + }
50 + }
51 + }, {
52 + "name": "全频道(备用)",
53 + "type": 3,
54 + "api": "https://json.doube.eu.org/python/live_smt.py",
55 + "ext": {
56 + "proxy": {
57 + "http": "http://192.168.2.1:1070",
58 + "https": "http://192.168.2.1:1070"
59 + }
60 + }
61 + },{
62 + "name": "体育直播",
63 + "type": 3,
64 + "api": "https://json.doube.eu.org/python/live_beesport.py",
65 + "ext": {},
66 + "header": {
67 + "Referer": "https://p.m82xg4z0cdbz7.com/"
68 + }
69 + }]
70 + }

imyip revised this gist 11 months ago. Go to revision

1 file changed, 13 insertions, 19 deletions

live.json

@@ -15,6 +15,10 @@
15 15 "url": "http://192.168.10.239:50009/mytvsuper.m3u",
16 16 "type": 0,
17 17 "playerType": 1
18 + }, {
19 + "name": "香港TVB(备用)",
20 + "type": 3,
21 + "api": "https://raw.githubusercontent.com/imyip/Sub/refs/heads/main/live/live_tvfix.py"
18 22 }, {
19 23 "name": "台湾频道",
20 24 "api": "csp_MQiTV",
@@ -24,18 +28,10 @@
24 28 }],
25 29 "epg": "http://iptv.52sw.top:668/?ch={name}&date={date}",
26 30 "logo": "https://epg.112114.xyz/logo/{name}.png"
27 - },{
28 - "name": "体育直播",
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 31 }, {
36 - "name": "香港TVB(备用)",
32 + "name": "台湾频道(备用)",
37 33 "type": 3,
38 - "api": "https://raw.githubusercontent.com/imyip/Sub/refs/heads/main/live/live_tvfix.py",
34 + "api": "https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py",
39 35 "ext": {
40 36 "proxy": {
41 37 "http": "http://192.168.10.239:1072",
@@ -43,7 +39,7 @@
43 39 }
44 40 }
45 41 }, {
46 - "name": "全频道",
42 + "name": "全频道(备用)",
47 43 "type": 3,
48 44 "api": "https://json.doube.eu.org/python/live_smt.py",
49 45 "ext": {
@@ -52,15 +48,13 @@
52 48 "https": "http://192.168.10.239:1072"
53 49 }
54 50 }
55 - }, {
56 - "name": "台湾频道",
51 + },{
52 + "name": "体育直播",
57 53 "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 - }
54 + "api": "https://json.doube.eu.org/python/live_beesport.py",
55 + "ext": {},
56 + "header": {
57 + "Referer": "https://p.m82xg4z0cdbz7.com/"
64 58 }
65 59 }]
66 60 }

imyip revised this gist 11 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 11 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