From f36a1df77e3371b5920b367e3c32bf5f3a9c36ec Mon Sep 17 00:00:00 2001 From: lalifeier Date: Sat, 22 Mar 2025 17:29:21 +0800 Subject: [PATCH] init --- iptv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptv.py b/iptv.py index 282340fef..cf681b523 100755 --- a/iptv.py +++ b/iptv.py @@ -116,7 +116,7 @@ def main(): live_m3u_content = '#EXTM3U\n' - for channel in ['douyu', 'huya', 'yy', 'bilibili', 'afreecatv', 'pandatv', 'twitch']: + for channel in ['douyu', 'huya', 'yy', 'douyin', 'bilibili', 'afreecatv', 'pandatv', 'twitch']: try: M3U_URL = f"{PROXY_URL}/{channel}/index.m3u?_={int(time.time() * 1000)}" if channel in ['afreecatv', 'pandatv', 'twitch'] and not PROXY_URL: