update M3U8

This commit is contained in:
GitHub Actions Bot 2026-02-22 18:04:55 -05:00
parent 86d96c4a7a
commit 69551e2f8c
5 changed files with 1184 additions and 1090 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,6 @@ VALID_SPORTS = [
"Basketball",
"Football",
"Ice Hockey",
"Olympic Games",
]

View file

@ -27,7 +27,6 @@ SPORT_ENDPOINTS = {
# "nfl": "American Football",
"nhl": "NHL",
"soccer": "Soccer",
"olympics": "Olympics",
}

View file

@ -18,11 +18,11 @@ CACHE_FILE = Cache(TAG, exp=10_800)
BASE_URL = "https://xstreameast.com"
SPORT_ENDPOINTS = [
"mlb",
# "mlb",
"mma",
"nba",
# "nfl",
"nhl",
# "nhl",
"soccer",
"wwe",
]