diff --git a/generate.py b/generate.py index e377577..e957adb 100644 --- a/generate.py +++ b/generate.py @@ -10,7 +10,8 @@ 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://raw.githubusercontent.com/Free-TV/IPTV/refs/heads/master/playlist.m3u8", + "https://git.nadeko.net/Mystique/MystiquePlus/raw/branch/main/mystique.m3u" ] # Cached M3U content and a lock for thread safety