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
1136
M3U8/TV.m3u8
1136
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1136
M3U8/events.m3u8
1136
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -24,7 +24,6 @@ VALID_SPORTS = [
|
||||||
"Basketball",
|
"Basketball",
|
||||||
"Football",
|
"Football",
|
||||||
"Ice Hockey",
|
"Ice Hockey",
|
||||||
"Olympic Games",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ SPORT_ENDPOINTS = {
|
||||||
# "nfl": "American Football",
|
# "nfl": "American Football",
|
||||||
"nhl": "NHL",
|
"nhl": "NHL",
|
||||||
"soccer": "Soccer",
|
"soccer": "Soccer",
|
||||||
"olympics": "Olympics",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,11 +18,11 @@ CACHE_FILE = Cache(TAG, exp=10_800)
|
||||||
BASE_URL = "https://xstreameast.com"
|
BASE_URL = "https://xstreameast.com"
|
||||||
|
|
||||||
SPORT_ENDPOINTS = [
|
SPORT_ENDPOINTS = [
|
||||||
"mlb",
|
# "mlb",
|
||||||
"mma",
|
"mma",
|
||||||
"nba",
|
"nba",
|
||||||
# "nfl",
|
# "nfl",
|
||||||
"nhl",
|
# "nhl",
|
||||||
"soccer",
|
"soccer",
|
||||||
"wwe",
|
"wwe",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue