mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
update M3U8
This commit is contained in:
parent
e24a475845
commit
222e517ef4
5 changed files with 383 additions and 1475 deletions
922
M3U8/TV.m3u8
922
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
922
M3U8/events.m3u8
922
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -21,7 +21,7 @@ BASE_URL = "https://roxiestreams.live"
|
||||||
|
|
||||||
SPORT_ENDPOINTS = {
|
SPORT_ENDPOINTS = {
|
||||||
"fighting": "Fighting",
|
"fighting": "Fighting",
|
||||||
"mlb": "MLB",
|
# "mlb": "MLB",
|
||||||
"motorsports": "Racing",
|
"motorsports": "Racing",
|
||||||
"nba": "NBA",
|
"nba": "NBA",
|
||||||
"nfl": "American Football",
|
"nfl": "American Football",
|
||||||
|
|
|
||||||
|
|
@ -24,12 +24,12 @@ CATEGORIES = {
|
||||||
"American Football": "sport_68c02a4465113",
|
"American Football": "sport_68c02a4465113",
|
||||||
# "Baseball": "sport_68c02a446582f",
|
# "Baseball": "sport_68c02a446582f",
|
||||||
"Basketball": "sport_68c02a4466011",
|
"Basketball": "sport_68c02a4466011",
|
||||||
# "Cricket": "sport_68c02a44669f3",
|
"Cricket": "sport_68c02a44669f3",
|
||||||
"Hockey": "sport_68c02a4466f56",
|
"Hockey": "sport_68c02a4466f56",
|
||||||
"MMA": "sport_68c02a44674e9",
|
"MMA": "sport_68c02a44674e9",
|
||||||
"Racing": "sport_68c02a4467a48",
|
"Racing": "sport_68c02a4467a48",
|
||||||
# "Rugby": "sport_68c02a4467fc1",
|
# "Rugby": "sport_68c02a4467fc1",
|
||||||
# "Tennis": "sport_68c02a4468cf7",
|
"Tennis": "sport_68c02a4468cf7",
|
||||||
# "Volleyball": "sport_68c02a4469422",
|
# "Volleyball": "sport_68c02a4469422",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,16 +32,16 @@ VALID_SPORTS = [
|
||||||
# "australian-football",
|
# "australian-football",
|
||||||
# "baseball",
|
# "baseball",
|
||||||
"basketball",
|
"basketball",
|
||||||
# "cricket",
|
"cricket",
|
||||||
# "darts",
|
"darts",
|
||||||
"fighting",
|
"fighting",
|
||||||
"football",
|
"football",
|
||||||
"golf",
|
"golf",
|
||||||
"hockey",
|
"hockey",
|
||||||
"racing",
|
"racing",
|
||||||
# "rugby",
|
# "rugby",
|
||||||
# "tennis",
|
"tennis",
|
||||||
# "volleyball",
|
"volleyball",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue