Home

Awesome


layout: default title: Home permalink: /

<h1 align="center">✯ 这是一个国内可直连的直播电视源分享项目 ✯</h1> <h3 align="center">🔕 永久免费 直连访问 完整开源 不含广告 直播源支持IPv4/IPv6双栈访问 🔕</h3> <div style="display: flex; justify-content: center; align-items: center;"> <img src="https://img.shields.io/github/stars/vbskycn/iptv" alt="GitHub Repo stars" /> <img src="https://img.shields.io/github/forks/vbskycn/iptv" alt="GitHub forks" /> <img src="https://img.shields.io/github/issues/vbskycn/iptv" alt="GitHub issues" /> <img src="https://img.shields.io/github/watchers/vbskycn/iptv" alt="GitHub watchers" /> <img src="https://img.shields.io/github/contributors/vbskycn/iptv" alt="GitHub contributors" /> <img src="https://img.shields.io/github/license/vbskycn/iptv" alt="GitHub" /> <img src="https://views.whatilearened.today/views/github/vbskycn/iptv.svg" alt="hello" /> </div>

如不愿折腾,可以直接下载 直播电视app 使用,手机电视都兼容,没有任何广告,完全免费。

直播电视app 下载地址:https://www.zbds.top (包含港澳台频道)

如果显示链接失败,请下载特别版试试(2024.10.27)

📺 自动扫描直播源 IPTV6:

部署在服务器上的程序自动扫描而来,<!-- UPDATE_TIME_IPTV6 -->本次更新时间: 2024-12-26 06:20:46<!-- END_UPDATE_TIME_IPTV6 -->

有ipv6环境的强烈推荐这个列表,高速稳定

目前运营商大力推广ipv6,没有的朋友可以拨打你的运营商免费开通(注意,有的地方开通了就没有公网ipv4,只能二选一,真坑)

<table> <colgroup> <col style="width: 20%;"> <col style="width: 60%;"> <col style="width: 20%;"> </colgroup> <tr> <th>名称</th> <th>网址</th> <th>快速复制</th> </tr> <tr> <td>TXT 格式直播源</td> <td><a href="https://live.zbds.top/tv/iptv6.txt">https://live.zbds.top/tv/iptv6.txt</a></td> <td><button class="button" onclick="copyToClipboard('https://live.zbds.top/tv/iptv6.txt')">快速复制</button></td> </tr> <tr> <td>M3U 格式直播源</td> <td><a href="https://live.zbds.top/tv/iptv6.m3u">https://live.zbds.top/tv/iptv6.m3u</a></td> <td><button class="button" onclick="copyToClipboard('https://live.zbds.top/tv/iptv6.m3u')">快速复制</button></td> </tr> </table> *有地方的宽带运营商已经污染本站域名了,免费使用的都封... 如果你打开失败,请使用加速地址访问*
https://ghp.ci/raw.githubusercontent.com/vbskycn/iptv/refs/heads/master/tv/iptv6.txt
https://ghp.ci/raw.githubusercontent.com/vbskycn/iptv/refs/heads/master/tv/iptv6.m3u

📺 自动扫描直播源 IPTV4:

部署在服务器上的程序自动扫描而来,<!-- UPDATE_TIME_IPTV4 -->本次更新时间: 2024-12-26 06:20:46<!-- END_UPDATE_TIME_IPTV4 -->

<table> <colgroup> <col style="width: 20%;"> <col style="width: 60%;"> <col style="width: 20%;"> </colgroup> <tr> <th>名称</th> <th>网址</th> <th>快速复制</th> </tr> <tr> <td>TXT 格式直播源</td> <td><a href="https://live.zbds.top/tv/iptv4.txt">https://live.zbds.top/tv/iptv4.txt</a></td> <td><button class="button" onclick="copyToClipboard('https://live.zbds.top/tv/iptv4.txt')">快速复制</button></td> </tr> <tr> <td>M3U 格式直播源</td> <td><a href="https://live.zbds.top/tv/iptv4.m3u">https://live.zbds.top/tv/iptv4.m3u</a></td> <td><button class="button" onclick="copyToClipboard('https://live.zbds.top/tv/iptv4.m3u')">快速复制</button></td> </tr> </table> *有地方的宽带运营商已经污染本站域名了,免费使用的都封... 如果你打开失败,请使用加速地址访问*
https://ghp.ci/raw.githubusercontent.com/vbskycn/iptv/refs/heads/master/tv/iptv4.txt
https://ghp.ci/raw.githubusercontent.com/vbskycn/iptv/refs/heads/master/tv/iptv4.m3u

🛠️ 工具

EPG 接口地址:

支持diyp、百川、Xml、直接写下面的url即可

如果你不愿意折腾,这里有折腾好的直播点播软件

下载链接: https://www.zbds.top (包含港澳台)

如果显示链接失败,请下载特别版试试(2024.10.27)

📖 说明

📔 更新

📱联系

欢迎请我喝杯饮料

请我喝杯饮料

Star History

Star History Chart

<script> function copyToClipboard(text) { const input = document.createElement('textarea'); input.value = text; document.body.appendChild(input); input.select(); document.execCommand('copy'); document.body.removeChild(input); alert('已复制到剪贴板'); } </script>