update M3U8

This commit is contained in:
GitHub Actions Bot 2026-06-15 17:30:30 -04:00
parent dc586b4122
commit 343364338d
8 changed files with 230 additions and 170 deletions

View file

@ -20,7 +20,7 @@ API_URLS = {
"MLB",
# "NBA",
# "NFL",
"NHL",
# "NHL",
]
}

View file

@ -26,8 +26,8 @@ SPORT_URLS = {
for sport in [
"Fighting",
"MLB",
"NBA",
"NHL",
# "NBA",
# "NHL",
"Soccer",
]
}

View file

@ -25,9 +25,9 @@ SPORT_URLS = {
# "F1",
"MLB",
# "MMA",
"NBA",
#"NBA",
# "NFL",
"NHL",
#"NHL",
"Soccer",
]
}

View file

@ -15,12 +15,12 @@ CACHE_FILE = Cache(TAG, exp=28_800)
API_URL = "https://backend.streamcenter.live/api/Parties"
CATEGORIES = {
4: "Basketball",
# 4: "Basketball",
9: "Football",
13: "Baseball",
# 14: "American Football",
15: "Motor Sport",
16: "Hockey",
# 16: "Hockey",
17: "Fight MMA",
18: "Boxing",
20: "WWE",

View file

@ -24,9 +24,9 @@ SPORT_URLS = [
for sport in [
# "cfb",
"mlb",
"nba",
# "nba",
# "nfl",
"nhl",
# "nhl",
"soccer",
"ufc",
]

View file

@ -19,7 +19,7 @@ CACHE_FILE = Cache(TAG, exp=12_600)
BASE_URLS = {
"MLB": "https://mlbwebcast.com",
# "NFL": "https://nflwebcast.com",
"NHL": "https://slapstreams.com",
# "NHL": "https://slapstreams.com",
}