mirror of
https://github.com/doms9/iptv.git
synced 2026-04-22 19:57:00 +02:00
update M3U8
This commit is contained in:
parent
77acc0efdb
commit
666ac9ed54
3 changed files with 67 additions and 4460 deletions
2262
M3U8/TV.m3u8
2262
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
2262
M3U8/events.m3u8
2262
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -164,10 +164,9 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
||||||
tasks = [
|
tasks = [
|
||||||
refresh_html_cache(
|
refresh_html_cache(
|
||||||
url,
|
url,
|
||||||
sport,
|
|
||||||
now.timestamp(),
|
now.timestamp(),
|
||||||
)
|
)
|
||||||
for sport, url in SPORT_URLS.items()
|
for url in SPORT_URLS.values()
|
||||||
]
|
]
|
||||||
|
|
||||||
results = await asyncio.gather(*tasks)
|
results = await asyncio.gather(*tasks)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue