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
666ac9ed54
commit
d3b4f1ee51
4 changed files with 2034 additions and 46 deletions
|
|
@ -162,11 +162,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
log.info("Refreshing HTML cache")
|
||||
|
||||
tasks = [
|
||||
refresh_html_cache(
|
||||
url,
|
||||
now.timestamp(),
|
||||
)
|
||||
for url in SPORT_URLS.values()
|
||||
refresh_html_cache(url, now.timestamp()) for url in SPORT_URLS.values()
|
||||
]
|
||||
|
||||
results = await asyncio.gather(*tasks)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue