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
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 = [
|
||||
refresh_html_cache(
|
||||
url,
|
||||
sport,
|
||||
now.timestamp(),
|
||||
)
|
||||
for sport, url in SPORT_URLS.items()
|
||||
for url in SPORT_URLS.values()
|
||||
]
|
||||
|
||||
results = await asyncio.gather(*tasks)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue