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
1034
M3U8/TV.m3u8
1034
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1034
M3U8/events.m3u8
1034
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -77,7 +77,7 @@ async def main() -> None:
|
|||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(pawa.scrape()),
|
||||
# asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(streambtw.scrape()),
|
||||
asyncio.create_task(totalsportek1.scrape()),
|
||||
|
|
|
|||
|
|
@ -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