From ef6318fda08626d4e495eca7e82b9b166a2f9d0c Mon Sep 17 00:00:00 2001 From: lalifeier Date: Sat, 15 Mar 2025 17:47:26 +0800 Subject: [PATCH] init --- iptv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptv.py b/iptv.py index 6e428a692..5a9ce034c 100755 --- a/iptv.py +++ b/iptv.py @@ -151,7 +151,7 @@ def main(): "Shuzi": file_to_m3u("Shuzi.txt"), "NewTV": file_to_m3u("NewTV.txt"), "iHOT": file_to_m3u("iHOT.txt"), - "SITV": file_to_m3u("SITV.txt"), + # "SITV": file_to_m3u("SITV.txt"), "Movie": file_to_m3u("Movie.txt"), "Sport": file_to_m3u("Sport.txt"), "MiGu": file_to_m3u("MiGu.txt"),