update M3U8

This commit is contained in:
GitHub Actions Bot 2026-01-02 08:01:51 -05:00
parent e24a475845
commit 222e517ef4
5 changed files with 383 additions and 1475 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@ BASE_URL = "https://roxiestreams.live"
SPORT_ENDPOINTS = {
"fighting": "Fighting",
"mlb": "MLB",
# "mlb": "MLB",
"motorsports": "Racing",
"nba": "NBA",
"nfl": "American Football",

View file

@ -24,12 +24,12 @@ CATEGORIES = {
"American Football": "sport_68c02a4465113",
# "Baseball": "sport_68c02a446582f",
"Basketball": "sport_68c02a4466011",
# "Cricket": "sport_68c02a44669f3",
"Cricket": "sport_68c02a44669f3",
"Hockey": "sport_68c02a4466f56",
"MMA": "sport_68c02a44674e9",
"Racing": "sport_68c02a4467a48",
# "Rugby": "sport_68c02a4467fc1",
# "Tennis": "sport_68c02a4468cf7",
"Tennis": "sport_68c02a4468cf7",
# "Volleyball": "sport_68c02a4469422",
}

View file

@ -32,16 +32,16 @@ VALID_SPORTS = [
# "australian-football",
# "baseball",
"basketball",
# "cricket",
# "darts",
"cricket",
"darts",
"fighting",
"football",
"golf",
"hockey",
"racing",
# "rugby",
# "tennis",
# "volleyball",
"tennis",
"volleyball",
]