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
|
|
@ -21,7 +21,7 @@ BASE_URL = "https://roxiestreams.live"
|
|||
|
||||
SPORT_ENDPOINTS = {
|
||||
"fighting": "Fighting",
|
||||
"mlb": "MLB",
|
||||
# "mlb": "MLB",
|
||||
"motorsports": "Racing",
|
||||
"nba": "NBA",
|
||||
"nfl": "American Football",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -32,16 +32,16 @@ VALID_SPORTS = [
|
|||
# "australian-football",
|
||||
# "baseball",
|
||||
"basketball",
|
||||
# "cricket",
|
||||
# "darts",
|
||||
"cricket",
|
||||
"darts",
|
||||
"fighting",
|
||||
"football",
|
||||
"golf",
|
||||
"hockey",
|
||||
"racing",
|
||||
# "rugby",
|
||||
# "tennis",
|
||||
# "volleyball",
|
||||
"tennis",
|
||||
"volleyball",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue