mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
update M3U8
This commit is contained in:
parent
86d96c4a7a
commit
69551e2f8c
5 changed files with 1184 additions and 1090 deletions
1134
M3U8/TV.m3u8
1134
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1134
M3U8/events.m3u8
1134
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -24,7 +24,6 @@ VALID_SPORTS = [
|
|||
"Basketball",
|
||||
"Football",
|
||||
"Ice Hockey",
|
||||
"Olympic Games",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ SPORT_ENDPOINTS = {
|
|||
# "nfl": "American Football",
|
||||
"nhl": "NHL",
|
||||
"soccer": "Soccer",
|
||||
"olympics": "Olympics",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue