加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.py 3.24 KB
一键复制 编辑 原始数据 按行查看 历史
邓梅晴 提交于 2024-12-17 13:14 . Update config.py
ip_version_priority = "ipv6"
source_urls = [
"https://live.fanmingming.com/tv/m3u/ipv6.m3u",
# "https://raw.githubusercontent.com/dengmeiqing/iptv/refs/heads/main/ipv4.txt",
"https://live.zhoujie218.top/tv/iptv6.txt",
# "https://live.zhoujie218.top/tv/iptv4.txt",
"https://www.mytvsuper.xyz/m3u/Live.m3u",
"https://tv.youdu.fan:666/live/",
"http://ww.weidonglong.com/dsj.txt",
"http://xhztv.top/zbc.txt",
"https://raw.githubusercontent.com/qingwen07/awesome-iptv/main/tvbox_live_all.txt",
"https://raw.githubusercontent.com/Guovin/TV/gd/output/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://fm1077.serv00.net/SmartTV.m3u",
"https://raw.githubusercontent.com/kimwang1978/collect-tv-txt/main/merged_output.txt",
"https://github.com/SPX372928/MyIPTV/blob/master/%E9%BB%91%E9%BE%99%E6%B1%9FPLTV%E7%A7%BB%E5%8A%A8CDN%E7%89%88.txt",
"https://raw.githubusercontent.com/YanG-1989/m3u/main/Gather.m3u",
"https://tv.iill.top/m3u/Gather",
"https://raw.githubusercontent.com/YueChan/Live/refs/heads/main/APTV.m3ut"
"https://raw.githubusercontent.com/Kimentanm/aptv/master/m3u/iptv.m3u",
"https://raw.githubusercontent.com/BurningC4/Chinese-IPTV/master/TV-IPV4.m3u",
"https://raw.githubusercontent.com/joevess/IPTV/main/m3u/iptv.m3u",
"http://tot.totalh.net/tttt.txt",
"https://raw.githubusercontent.com/Ftindy/IPTV-URL/main/IPV6.m3u",
"https://github.com/YanG-1989/m3u/blob/main/Gather.m3u",
]
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",
"[2409:8087:2001:20:2800:0:df6e:eb22]:80",
"[2409:8087:2001:20:2800:0:df6e:eb23]:80",
"[2409:8087:2001:20:2800:0:df6e:eb1d]/ott.mobaibox.com/",
"[2409:8087:2001:20:2800:0:df6e:eb1d]:80",
"[2409:8087:2001:20:2800:0:df6e:eb24]",
"2409:8087:2001:20:2800:0:df6e:eb25]:80",
"[2409:8087:2001:20:2800:0:df6e:eb27]"
]
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"
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化