From 4f12fedcd56556b1e6afeaa60e494fefce33d230 Mon Sep 17 00:00:00 2001 From: EduardSkibidiEdger Date: Wed, 5 Feb 2025 22:39:07 +0200 Subject: [PATCH] Update generate.py --- generate.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/generate.py b/generate.py index e5fafd4..e377577 100644 --- a/generate.py +++ b/generate.py @@ -10,13 +10,7 @@ CORS(app) # Enable CORS for all routes URLS = [ "https://iptv-org.github.io/iptv/index.country.m3u", "https://forge.fsky.io/frost/repo/raw/branch/main/tv.m3u", - "https://raw.githubusercontent.com/Free-TV/IPTV/refs/heads/master/playlist.m3u8", - "https://free-git.org/cute/iptv/raw/branch/master/streams/us_redtraffic.m3u", - "https://free-git.org/cute/iptv/raw/branch/master/streams/us_adultiptv.m3u", - "https://free-git.org/cute/iptv/raw/commit/69e7168eb61dff2ee7cfc442da30e9bab9a00206/streams/cy_mycamtv.m3u", - "https://raw.githubusercontent.com/reklamalinir/freeadultiptv/refs/heads/master/live_adult_channels.m3u", - "http://adultiptv.net/chs.m3u", - "https://raw.githubusercontent.com/reklamalinir/freeadultiptv/refs/heads/master/live_adult_channels.m3u" + "https://raw.githubusercontent.com/Free-TV/IPTV/refs/heads/master/playlist.m3u8" ] # Cached M3U content and a lock for thread safety