imyip revised this gist 11 months ago. Go to revision
1 file changed, 31 insertions, 30 deletions
live.json
| @@ -1,19 +1,19 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "spider": "https://github.com/FongMi/CatVodSpider/raw/refs/heads/main/jar/custom_spider.jar", | |
| 3 | 3 | "lives": [ | |
| 4 | - | { | |
| 4 | + | { | |
| 5 | 5 | "name": "内地电视频道", | |
| 6 | 6 | "url": "https://mursor.ottiptv.cc/iptv.m3u", | |
| 7 | 7 | "type": 0, | |
| 8 | 8 | "playerType": 1 | |
| 9 | - | }, | |
| 9 | + | }, | |
| 10 | 10 | { | |
| 11 | 11 | "name": "内地电视频道(备用1)", | |
| 12 | 12 | "type": 3, | |
| 13 | 13 | "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_kzb.py", | |
| 14 | 14 | "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374" | |
| 15 | - | }, | |
| 16 | - | { | |
| 15 | + | }, | |
| 16 | + | { | |
| 17 | 17 | "name": "内地电视频道(备用2)", | |
| 18 | 18 | "url": "https://raw.githubusercontent.com/develop202/migu_video/refs/heads/main/interface.txt", | |
| 19 | 19 | "type": 0, | |
| @@ -70,31 +70,32 @@ | |||
| 70 | 70 | "ua": "okhttp/3.15", | |
| 71 | 71 | "epg": "https://iptv.crestekk.cn/epgphp/?ch={name}&date={date}" | |
| 72 | 72 | }, | |
| 73 | - | { | |
| 74 | - | "name": "快直播(python)", | |
| 75 | - | "type": 3, | |
| 76 | - | "api": "https://d.kstore.dev/download/14756/python/live_kzb.py", | |
| 77 | - | "ext": { | |
| 78 | - | "host": "https://jzb5kqln.huajiaedu.com" | |
| 79 | - | } | |
| 80 | - | }, | |
| 81 | - | { | |
| 82 | - | "name": "(翻墙)BeeSport直播(python)", | |
| 83 | - | "type": 3, | |
| 84 | - | "api": "https://d.kstore.dev/download/14756/python/live_beesport.py", | |
| 85 | - | "ext": {}, | |
| 86 | - | "header": { | |
| 87 | - | "Referer": "https://p.m82xg4z0cdbz7.com" | |
| 88 | - | } | |
| 89 | - | }, | |
| 90 | - | { | |
| 91 | - | "name": "(翻墙)SMT直播(python)", | |
| 92 | - | "type": 3, | |
| 93 | - | "api": "https://d.kstore.dev/download/14756/python/live_smt.py", | |
| 94 | - | "ext": {}, | |
| 95 | - | "header": { | |
| 96 | - | "CLIENT-IP": "127.0.0.1", | |
| 97 | - | "X-FORWARDED-FOR": "127.0.0.1" | |
| 98 | - | } | |
| 73 | + | { | |
| 74 | + | "name": "快直播(python)", | |
| 75 | + | "type": 3, | |
| 76 | + | "api": "https://d.kstore.dev/download/14756/python/live_kzb.py", | |
| 77 | + | "ext": { | |
| 78 | + | "host": "https://jzb5kqln.huajiaedu.com" | |
| 79 | + | } | |
| 80 | + | }, | |
| 81 | + | { | |
| 82 | + | "name": "(翻墙)BeeSport直播(python)", | |
| 83 | + | "type": 3, | |
| 84 | + | "api": "https://d.kstore.dev/download/14756/python/live_beesport.py", | |
| 85 | + | "ext": {}, | |
| 86 | + | "header": { | |
| 87 | + | "Referer": "https://p.m82xg4z0cdbz7.com" | |
| 88 | + | } | |
| 89 | + | }, | |
| 90 | + | { | |
| 91 | + | "name": "(翻墙)SMT直播(python)", | |
| 92 | + | "type": 3, | |
| 93 | + | "api": "https://d.kstore.dev/download/14756/python/live_smt.py", | |
| 94 | + | "ext": {}, | |
| 95 | + | "header": { | |
| 96 | + | "CLIENT-IP": "127.0.0.1", | |
| 97 | + | "X-FORWARDED-FOR": "127.0.0.1" | |
| 98 | + | } | |
| 99 | + | } | |
| 99 | 100 | ] | |
| 100 | 101 | } | |
imyip revised this gist 11 months ago. Go to revision
1 file changed, 36 insertions, 4 deletions
live.json
| @@ -1,14 +1,20 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "spider": "https://github.com/FongMi/CatVodSpider/raw/refs/heads/main/jar/custom_spider.jar", | |
| 3 | 3 | "lives": [ | |
| 4 | - | { | |
| 4 | + | { | |
| 5 | 5 | "name": "内地电视频道", | |
| 6 | + | "url": "https://mursor.ottiptv.cc/iptv.m3u", | |
| 7 | + | "type": 0, | |
| 8 | + | "playerType": 1 | |
| 9 | + | }, | |
| 10 | + | { | |
| 11 | + | "name": "内地电视频道(备用1)", | |
| 6 | 12 | "type": 3, | |
| 7 | 13 | "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_kzb.py", | |
| 8 | 14 | "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374" | |
| 9 | - | }, | |
| 15 | + | }, | |
| 10 | 16 | { | |
| 11 | - | "name": "内地电视频道(备用1)", | |
| 17 | + | "name": "内地电视频道(备用2)", | |
| 12 | 18 | "url": "https://raw.githubusercontent.com/develop202/migu_video/refs/heads/main/interface.txt", | |
| 13 | 19 | "type": 0, | |
| 14 | 20 | "playerType": 1 | |
| @@ -63,6 +69,32 @@ | |||
| 63 | 69 | "url": "https://pastebin.com/raw/rmGTuRZL", | |
| 64 | 70 | "ua": "okhttp/3.15", | |
| 65 | 71 | "epg": "https://iptv.crestekk.cn/epgphp/?ch={name}&date={date}" | |
| 66 | - | } | |
| 72 | + | }, | |
| 73 | + | { | |
| 74 | + | "name": "快直播(python)", | |
| 75 | + | "type": 3, | |
| 76 | + | "api": "https://d.kstore.dev/download/14756/python/live_kzb.py", | |
| 77 | + | "ext": { | |
| 78 | + | "host": "https://jzb5kqln.huajiaedu.com" | |
| 79 | + | } | |
| 80 | + | }, | |
| 81 | + | { | |
| 82 | + | "name": "(翻墙)BeeSport直播(python)", | |
| 83 | + | "type": 3, | |
| 84 | + | "api": "https://d.kstore.dev/download/14756/python/live_beesport.py", | |
| 85 | + | "ext": {}, | |
| 86 | + | "header": { | |
| 87 | + | "Referer": "https://p.m82xg4z0cdbz7.com" | |
| 88 | + | } | |
| 89 | + | }, | |
| 90 | + | { | |
| 91 | + | "name": "(翻墙)SMT直播(python)", | |
| 92 | + | "type": 3, | |
| 93 | + | "api": "https://d.kstore.dev/download/14756/python/live_smt.py", | |
| 94 | + | "ext": {}, | |
| 95 | + | "header": { | |
| 96 | + | "CLIENT-IP": "127.0.0.1", | |
| 97 | + | "X-FORWARDED-FOR": "127.0.0.1" | |
| 98 | + | } | |
| 67 | 99 | ] | |
| 68 | 100 | } | |
imyip revised this gist 11 months ago. Go to revision
1 file changed, 15 deletions
live.json
| @@ -31,12 +31,6 @@ | |||
| 31 | 31 | "type": 0, | |
| 32 | 32 | "playerType": 1 | |
| 33 | 33 | }, | |
| 34 | - | { | |
| 35 | - | "name": "TVFIX", | |
| 36 | - | "type": 3, | |
| 37 | - | "api": "https://gist.imyip.net/imyip/fedc4aa0b3bd4d5eb9d39637a2929f25/raw/HEAD/live_tvfix.py", | |
| 38 | - | "ext": {} | |
| 39 | - | }, | |
| 40 | 34 | { | |
| 41 | 35 | "name": "台湾频道", | |
| 42 | 36 | "api": "csp_MQiTV", | |
| @@ -69,15 +63,6 @@ | |||
| 69 | 63 | "url": "https://pastebin.com/raw/rmGTuRZL", | |
| 70 | 64 | "ua": "okhttp/3.15", | |
| 71 | 65 | "epg": "https://iptv.crestekk.cn/epgphp/?ch={name}&date={date}" | |
| 72 | - | }, | |
| 73 | - | { | |
| 74 | - | "name": "BeeSport直播", | |
| 75 | - | "type": 3, | |
| 76 | - | "api": "https://gist.imyip.net/imyip/fedc4aa0b3bd4d5eb9d39637a2929f25/raw/HEAD/live_beesport.py", | |
| 77 | - | "ext": {}, | |
| 78 | - | "header": { | |
| 79 | - | "Referer": "https://p.m82xg4z0cdbz7.com/" | |
| 80 | - | } | |
| 81 | 66 | } | |
| 82 | 67 | ] | |
| 83 | 68 | } | |
imyip revised this gist 1 year ago. Go to revision
1 file changed, 1 insertion, 1 deletion
live.json
| @@ -44,7 +44,7 @@ | |||
| 44 | 44 | { | |
| 45 | 45 | "name": "59", | |
| 46 | 46 | "url": "https://59.125.210.231:4433" | |
| 47 | - | }, | |
| 47 | + | } | |
| 48 | 48 | ], | |
| 49 | 49 | "epg": "http://iptv.52sw.top:668/?ch={name}&date={date}", | |
| 50 | 50 | "logo": "https://epg.112114.xyz/logo/{name}.png" | |
imyip revised this gist 1 year ago. Go to revision
1 file changed, 4 deletions
live.json
| @@ -45,10 +45,6 @@ | |||
| 45 | 45 | "name": "59", | |
| 46 | 46 | "url": "https://59.125.210.231:4433" | |
| 47 | 47 | }, | |
| 48 | - | "proxy": { | |
| 49 | - | "http": "http://192.168.10.239:1072", | |
| 50 | - | "https": "http://192.168.10.239:1072" | |
| 51 | - | } | |
| 52 | 48 | ], | |
| 53 | 49 | "epg": "http://iptv.52sw.top:668/?ch={name}&date={date}", | |
| 54 | 50 | "logo": "https://epg.112114.xyz/logo/{name}.png" | |
imyip revised this gist 1 year ago. Go to revision
1 file changed, 4 insertions
live.json
| @@ -44,6 +44,10 @@ | |||
| 44 | 44 | { | |
| 45 | 45 | "name": "59", | |
| 46 | 46 | "url": "https://59.125.210.231:4433" | |
| 47 | + | }, | |
| 48 | + | "proxy": { | |
| 49 | + | "http": "http://192.168.10.239:1072", | |
| 50 | + | "https": "http://192.168.10.239:1072" | |
| 47 | 51 | } | |
| 48 | 52 | ], | |
| 49 | 53 | "epg": "http://iptv.52sw.top:668/?ch={name}&date={date}", | |
imyip revised this gist 1 year ago. Go to revision
1 file changed, 1 insertion, 7 deletions
live.json
| @@ -9,13 +9,7 @@ | |||
| 9 | 9 | }, | |
| 10 | 10 | { | |
| 11 | 11 | "name": "内地电视频道(备用1)", | |
| 12 | - | "url": "http://192.168.2.239:35455/tv.m3u", | |
| 13 | - | "type": 0, | |
| 14 | - | "playerType": 1 | |
| 15 | - | }, | |
| 16 | - | { | |
| 17 | - | "name": "内地电视频道(备用2)", | |
| 18 | - | "url": "http://192.168.10.239:35455/tv.m3u", | |
| 12 | + | "url": "https://raw.githubusercontent.com/develop202/migu_video/refs/heads/main/interface.txt", | |
| 19 | 13 | "type": 0, | |
| 20 | 14 | "playerType": 1 | |
| 21 | 15 | }, | |
imyip revised this gist 1 year ago. Go to revision
1 file changed, 7 insertions, 7 deletions
live.json
| @@ -3,22 +3,22 @@ | |||
| 3 | 3 | "lives": [ | |
| 4 | 4 | { | |
| 5 | 5 | "name": "内地电视频道", | |
| 6 | + | "type": 3, | |
| 7 | + | "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_kzb.py", | |
| 8 | + | "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374" | |
| 9 | + | }, | |
| 10 | + | { | |
| 11 | + | "name": "内地电视频道(备用1)", | |
| 6 | 12 | "url": "http://192.168.2.239:35455/tv.m3u", | |
| 7 | 13 | "type": 0, | |
| 8 | 14 | "playerType": 1 | |
| 9 | 15 | }, | |
| 10 | 16 | { | |
| 11 | - | "name": "内地电视频道(备用1)", | |
| 17 | + | "name": "内地电视频道(备用2)", | |
| 12 | 18 | "url": "http://192.168.10.239:35455/tv.m3u", | |
| 13 | 19 | "type": 0, | |
| 14 | 20 | "playerType": 1 | |
| 15 | 21 | }, | |
| 16 | - | { | |
| 17 | - | "name": "内地电视频道(备用2)", | |
| 18 | - | "type": 3, | |
| 19 | - | "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_kzb.py", | |
| 20 | - | "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374" | |
| 21 | - | }, | |
| 22 | 22 | { | |
| 23 | 23 | "name": "香港TVB", | |
| 24 | 24 | "url": "https://raw.githubusercontent.com/tongxunlu/super/refs/heads/main/mytvsuper.m3u", | |
imyip revised this gist 1 year ago. Go to revision
1 file changed, 1 insertion, 1 deletion
live.json
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | { | |
| 17 | 17 | "name": "内地电视频道(备用2)", | |
| 18 | 18 | "type": 3, | |
| 19 | - | "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_kzb.pyy", | |
| 19 | + | "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_kzb.py", | |
| 20 | 20 | "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374" | |
| 21 | 21 | }, | |
| 22 | 22 | { | |
imyip revised this gist 1 year ago. Go to revision
1 file changed, 7 insertions, 1 deletion
live.json
| @@ -3,12 +3,18 @@ | |||
| 3 | 3 | "lives": [ | |
| 4 | 4 | { | |
| 5 | 5 | "name": "内地电视频道", | |
| 6 | + | "url": "http://192.168.2.239:35455/tv.m3u", | |
| 7 | + | "type": 0, | |
| 8 | + | "playerType": 1 | |
| 9 | + | }, | |
| 10 | + | { | |
| 11 | + | "name": "内地电视频道(备用1)", | |
| 6 | 12 | "url": "http://192.168.10.239:35455/tv.m3u", | |
| 7 | 13 | "type": 0, | |
| 8 | 14 | "playerType": 1 | |
| 9 | 15 | }, | |
| 10 | 16 | { | |
| 11 | - | "name": "内地电视频道(备用1)", | |
| 17 | + | "name": "内地电视频道(备用2)", | |
| 12 | 18 | "type": 3, | |
| 13 | 19 | "api": "https://raw.githubusercontent.com/n3rddd/N3RD/6b0282f56d6cf963958a8ca5210adcd07de4bfbf/JN/PY/live/live_kzb.pyy", | |
| 14 | 20 | "ext": "68747470733a2f2f6a7a62356b716c6e2e6875616a69616564752e636f6d2f70726f642d6170692f697074762f676574497074764c697374" | |