Last active 1 month ago

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

2 files changed, 256 insertions

live_beesport.py(file created)

Diff is too large to be shown

live_litv.py(file created)

Diff is too large to be shown

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

1 file changed, 133 insertions

live_smt.py(file created)

Diff is too large to be shown

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

1 file changed, 21 deletions

live.json

@@ -48,27 +48,6 @@
48 48 ],
49 49 "epg": "http://iptv.52sw.top:668/?ch={name}&date={date}",
50 50 "logo": "https://epg.112114.xyz/logo/{name}.png"
51 - },
52 - {
53 - "name": "台湾频道(备用)",
54 - "type": 3,
55 - "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_litv.py",
56 - "ext": {}
57 - },
58 - {
59 - "name": "全频道(备用)",
60 - "type": 3,
61 - "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_smt.py",
62 - "ext": {}
63 - },
64 - {
65 - "name": "体育直播",
66 - "type": 3,
67 - "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_beesport.py",
68 - "ext": {},
69 - "header": {
70 - "Referer": "https://p.m82xg4z0cdbz7.com/"
71 - }
72 51 }
73 52 ]
74 53 }

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

1 file changed, 3 insertions, 13 deletions

live.json

@@ -53,28 +53,18 @@
53 53 "name": "台湾频道(备用)",
54 54 "type": 3,
55 55 "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_litv.py",
56 - "ext": {
57 - "proxy": {
58 - "http": "http://192.168.2.1.1070",
59 - "https": "http://192.168.2.1:1070"
60 - }
61 - }
56 + "ext": {}
62 57 },
63 58 {
64 59 "name": "全频道(备用)",
65 60 "type": 3,
66 61 "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_smt.py",
67 - "ext": {
68 - "proxy": {
69 - "http": "http://192.168.2.239:1072",
70 - "https": "http://192.168.2.239:1072"
71 - }
72 - }
62 + "ext": {}
73 63 },
74 64 {
75 65 "name": "体育直播",
76 66 "type": 3,
77 - "api": "https://json.doube.eu.org/python/live_beesport.py",
67 + "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_beesport.py",
78 68 "ext": {},
79 69 "header": {
80 70 "Referer": "https://p.m82xg4z0cdbz7.com/"

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

1 file changed, 4 insertions, 4 deletions

live.json

@@ -16,7 +16,7 @@
16 16 {
17 17 "name": "内地电视频道(备用2)",
18 18 "type": 3,
19 - "api": "https://json.doube.eu.org/python/live_kzb.py",
19 + "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_kzb.pyy",
20 20 "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374"
21 21 },
22 22 {
@@ -32,7 +32,7 @@
32 32 "playerType": 1
33 33 },
34 34 {
35 - "name": "香港无限新闻台",
35 + "name": "香港TVB新闻台",
36 36 "url": "https://raw.githubusercontent.com/tongxunlu/2024-11-25-inews/refs/heads/main/playlist.m3u",
37 37 "type": 0,
38 38 "playerType": 1
@@ -52,7 +52,7 @@
52 52 {
53 53 "name": "台湾频道(备用)",
54 54 "type": 3,
55 - "api": "https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py",
55 + "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_litv.py",
56 56 "ext": {
57 57 "proxy": {
58 58 "http": "http://192.168.2.1.1070",
@@ -63,7 +63,7 @@
63 63 {
64 64 "name": "全频道(备用)",
65 65 "type": 3,
66 - "api": "https://json.doube.eu.org/python/live_smt.py",
66 + "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_smt.py",
67 67 "ext": {
68 68 "proxy": {
69 69 "http": "http://192.168.2.239:1072",

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

1 file changed, 6 insertions

live.json

@@ -31,6 +31,12 @@
31 31 "type": 0,
32 32 "playerType": 1
33 33 },
34 + {
35 + "name": "香港无限新闻台",
36 + "url": "https://raw.githubusercontent.com/tongxunlu/2024-11-25-inews/refs/heads/main/playlist.m3u",
37 + "type": 0,
38 + "playerType": 1
39 + },
34 40 {
35 41 "name": "台湾频道",
36 42 "api": "csp_MQiTV",

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

2 files changed, 72 deletions

live.json

@@ -25,12 +25,6 @@
25 25 "type": 0,
26 26 "playerType": 1
27 27 },
28 - {
29 - "name": "香港直播",
30 - "url": "https://tvbot.dpdns.org/nowTV.m3u",
31 - "type": 0,
32 - "playerType": 1
33 - },
34 28 {
35 29 "name": "香港TVB(备用)",
36 30 "url": "http://192.168.10.239:50009/mytvsuper.m3u",

liveGZ.json (file deleted)

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

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

1 file changed, 78 insertions, 65 deletions

live.json

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

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

1 file changed, 5 insertions

live.json

@@ -21,6 +21,11 @@
21 21 "type": 0,
22 22 "playerType": 1
23 23 }, {
24 + "name":"香港直播",
25 + "url":"https://tvbot.dpdns.org/nowTV.m3u",
26 + "type": 0,
27 + "playerType": 1
28 + },{
24 29 "name": "香港TVB(备用)",
25 30 "url": "http://192.168.10.239:50009/mytvsuper.m3u",
26 31 "type": 0,

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

2 files changed, 15 insertions, 19 deletions

live.json

@@ -50,8 +50,8 @@
50 50 "api": "https://json.doube.eu.org/python/live_smt.py",
51 51 "ext": {
52 52 "proxy": {
53 - "http": "http://192.168.10.239:1072",
54 - "https": "http://192.168.10.239:1072"
53 + "http": "http://192.168.2.239:1072",
54 + "https": "http://192.168.2.239:1072"
55 55 }
56 56 }
57 57 },{

x_live.json renamed to liveGZ.json

@@ -7,28 +7,24 @@
7 7 "playerType": 1
8 8 },{
9 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 10 "url": "http://192.168.10.239:35455/tv.m3u",
16 11 "type": 0,
17 12 "playerType": 1
13 + },{
14 + "name": "内地电视频道(备用2)",
15 + "type": 3,
16 + "api": "https://json.doube.eu.org/python/live_kzb.py",
17 + "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374"
18 18 },{
19 19 "name": "香港TVB",
20 - "url": "http://192.168.2.239:50009/mytvsuper.m3u",
20 + "url": "https://raw.githubusercontent.com/tongxunlu/super/refs/heads/main/mytvsuper.m3u",
21 21 "type": 0,
22 22 "playerType": 1
23 - },{
24 - "name": "香港TVB(备用1)",
23 + }, {
24 + "name": "香港TVB(备用)",
25 25 "url": "http://192.168.10.239:50009/mytvsuper.m3u",
26 - "type": 0,
26 + "type": 0,
27 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 28 }, {
33 29 "name": "台湾频道",
34 30 "api": "csp_MQiTV",
@@ -44,8 +40,8 @@
44 40 "api": "https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py",
45 41 "ext": {
46 42 "proxy": {
47 - "http": "http://192.168.2.1:1070",
48 - "https": "http://192.168.2.1:1070"
43 + "http": "http://192.168.10.239.1070",
44 + "https": "http://192.168.10.239:1070"
49 45 }
50 46 }
51 47 }, {
@@ -54,8 +50,8 @@
54 50 "api": "https://json.doube.eu.org/python/live_smt.py",
55 51 "ext": {
56 52 "proxy": {
57 - "http": "http://192.168.2.1:1070",
58 - "https": "http://192.168.2.1:1070"
53 + "http": "http://192.168.10.239:1072",
54 + "https": "http://192.168.10.239:1072"
59 55 }
60 56 }
61 57 },{