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" BASE_URL = "http://volokit2.com"
valid_sports = { valid_sports = {
"boxing": "Boxing", # "boxing": "Boxing",
"college-football": "CFB", # "college-football": "CFB",
"mens-college-basketball": "CBB", # "mens-college-basketball": "CBB",
"mlb": "MLB", "mlb": "MLB",
"mls": "Soccer", "mls": "Soccer",
"nba": "NBA", "nba": "NBA",
"nfl": "NFL", "nfl": "NFL",
"nhl": "NHL", "nhl": "NHL",
"race": "Racing", # "race": "Racing",
"ufc": "UFC", # "ufc": "UFC",
"wnba": "WNBA", "wnba": "WNBA",
} }