diff --git a/generate.py b/generate.py index 016370e..930665d 100644 --- a/generate.py +++ b/generate.py @@ -7,7 +7,13 @@ app = Flask(__name__) 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://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" ] combined_m3u = None # Variable to store the combined M3U content