update M3U8
This commit is contained in:
parent
3f04a421a1
commit
e3bff9e08c
4 changed files with 416 additions and 501 deletions
|
|
@ -14,18 +14,18 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
CACHE_FILE = Cache("streameast.json", exp=10_800)
|
||||
|
||||
prefixes = {
|
||||
"ch": None,
|
||||
"co": "the",
|
||||
"sg": None,
|
||||
"ms": None,
|
||||
"fi": None,
|
||||
"ps": None,
|
||||
"cf": None,
|
||||
"ch": None,
|
||||
"tw": None,
|
||||
"ga": None,
|
||||
"ph": None,
|
||||
"ec": None,
|
||||
"fi": None,
|
||||
"ms": None,
|
||||
"ps": None,
|
||||
"ga": None,
|
||||
"cf": None,
|
||||
"sk": None,
|
||||
"co": "the",
|
||||
"fun": "the",
|
||||
"ru": "the",
|
||||
"su": "the",
|
||||
|
|
|
|||
|
|
@ -19,9 +19,8 @@ CACHE_FILE = Cache("watchfty.json", exp=10_800)
|
|||
API_FILE = Cache("watchfty-api.json", exp=28_800)
|
||||
|
||||
MIRRORS = [
|
||||
"https://www.watchfooty.cc",
|
||||
"https://www.watchfooty.vip",
|
||||
"https://www.watchfooty.live",
|
||||
"https://www.watchfooty.top",
|
||||
]
|
||||
|
||||
SPORT_ENDPOINTS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue