update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-15 14:04:12 -05:00
parent bb8e0e8fb4
commit 6a77d0746e
3 changed files with 3747 additions and 3963 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -19,16 +19,16 @@ HTML_CACHE = Cache("volo-html.json", exp=86_400)
BASE_URL = "http://volokit2.com"
valid_sports = {
"boxing": "Boxing",
"college-football": "CFB",
"mens-college-basketball": "CBB",
# "boxing": "Boxing",
# "college-football": "CFB",
# "mens-college-basketball": "CBB",
"mlb": "MLB",
"mls": "Soccer",
"nba": "NBA",
"nfl": "NFL",
"nhl": "NHL",
"race": "Racing",
"ufc": "UFC",
# "race": "Racing",
# "ufc": "UFC",
"wnba": "WNBA",
}