forked from yuanzl77/IPTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
65 lines (61 loc) · 2.65 KB
/
config.py
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
ip_version_priority = "ipv6"
source_urls = [
"http://175.178.251.183:6689/channel.txt",
"https://live.fanmingming.com/tv/m3u/ipv6.m3u",
"https://raw.githubusercontent.com/yuanzl77/IPTV/main/直播/央视频道.txt",
"http://120.79.4.185/new/mdlive.txt",
"https://raw.githubusercontent.com/Fairy8o/IPTV/main/PDX-V4.txt",
"https://raw.githubusercontent.com/Fairy8o/IPTV/main/PDX-V6.txt",
"https://live.zhoujie218.top/tv/iptv6.txt",
"https://tv.youdu.fan:666/live/",
"http://ww.weidonglong.com/dsj.txt",
"http://xhztv.top/zbc.txt",
"https://raw.githubusercontent.com/mlvjfchen/TV/main/iptv_list.txt",
"https://raw.githubusercontent.com/qingwen07/awesome-iptv/main/tvbox_live_all.txt",
"https://v.nxog.top/m/tv/1/",
"https://raw.githubusercontent.com/Guovin/TV/gd/result.txt",
"http://home.jundie.top:81/Cat/tv/live.txt",
"https://raw.githubusercontent.com/vbskycn/iptv/master/tv/hd.txt",
"https://cdn.jsdelivr.net/gh/YueChan/live@main/IPTV.m3u",
"https://raw.githubusercontent.com/cymz6/AutoIPTV-Hotel/main/lives.txt",
"https://raw.githubusercontent.com/PizazzGY/TVBox_warehouse/main/live.txt",
"https://fm1077.serv00.net/SmartTV.m3u",
"https://raw.githubusercontent.com/ssili126/tv/main/itvlist.txt",
"https://raw.githubusercontent.com/kimwang1978/collect-tv-txt/main/merged_output.txt"
]
url_blacklist = [
"epg.pw/stream/",
"103.40.13.71:12390",
"[2409:8087:1a01:df::4077]/PLTV/",
"8.210.140.75:68",
"154.12.50.54",
"yinhe.live_hls.zte.com",
"8.137.59.151",
"[2409:8087:7000:20:1000::22]:6060",
"histar.zapi.us.kg",
"www.tfiplaytv.vip",
"dp.sxtv.top",
"111.230.30.193",
"148.135.93.213:81",
"live.goodiptv.club",
"iptv.luas.edu.cn"
]
announcements = [
{
"channel": "公告",
"entries": [
{"name": "请阅读", "url": "https://liuliuliu.tv/api/channels/1997/stream", "logo": "http://175.178.251.183:6689/LR.jpg"},
{"name": "yuanzl77.github.io", "url": "https://liuliuliu.tv/api/channels/233/stream", "logo": "http://175.178.251.183:6689/LR.jpg"},
{"name": "更新日期", "url": "https://gitlab.com/lr77/IPTV/-/raw/main/%E4%B8%BB%E8%A7%92.mp4", "logo": "http://175.178.251.183:6689/LR.jpg"},
{"name": None, "url": "https://gitlab.com/lr77/IPTV/-/raw/main/%E8%B5%B7%E9%A3%8E%E4%BA%86.mp4", "logo": "http://175.178.251.183:6689/LR.jpg"}
]
}
]
epg_urls = [
"https://live.fanmingming.com/e.xml",
"http://epg.51zmt.top:8000/e.xml",
"http://epg.aptvapp.com/xml",
"https://epg.pw/xmltv/epg_CN.xml",
"https://epg.pw/xmltv/epg_HK.xml",
"https://epg.pw/xmltv/epg_TW.xml"
]