mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
update M3U8
This commit is contained in:
parent
f7fa191ce4
commit
fa72e64ecf
6 changed files with 440 additions and 305 deletions
|
|
@ -57,7 +57,10 @@ async def get_api_data() -> dict[str, dict[str, list[dict]]]:
|
|||
tasks = [
|
||||
(
|
||||
sport,
|
||||
network.request(urljoin(url, "api/v2/stateshot"), log=log),
|
||||
network.request(
|
||||
urljoin(url, "api/v2/stateshot"),
|
||||
log=log,
|
||||
),
|
||||
)
|
||||
for sport, url in API_URLS.items()
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue