update M3U8
This commit is contained in:
parent
b90f6651d8
commit
ac01f3572c
5 changed files with 925 additions and 717 deletions
|
|
@ -12,12 +12,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
CACHE_FILE = Cache("fstv.json", exp=10_800)
|
||||
|
||||
MIRRORS = [
|
||||
"https://fstv.online",
|
||||
"https://fstv.zip",
|
||||
"https://fstv.space",
|
||||
"https://fstv.us",
|
||||
]
|
||||
MIRRORS = ["https://fstv.zip", "https://fstv.space"]
|
||||
|
||||
|
||||
async def process_event(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue