Update generate.py

This commit is contained in:
Eduard Prigoana 2025-02-16 13:42:52 +02:00 committed by GitHub
parent 4f12fedcd5
commit 7c2fa556fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,8 @@ CORS(app) # Enable CORS for all routes
URLS = [ URLS = [
"https://iptv-org.github.io/iptv/index.country.m3u", "https://iptv-org.github.io/iptv/index.country.m3u",
"https://forge.fsky.io/frost/repo/raw/branch/main/tv.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 # Cached M3U content and a lock for thread safety