update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-30 12:00:53 -04:00
parent 252c062327
commit a9c1802b80
4 changed files with 862 additions and 739 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -70,7 +70,7 @@ async def main() -> None:
httpx_tasks = [
asyncio.create_task(fawa.scrape()),
asyncio.create_task(istreameast.scrape()),
asyncio.create_task(ovogoal.scrape()),
# asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pawa.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(totalsportek.scrape()),

View file

@ -187,6 +187,9 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
(live_data.json() or [{}])[-1].get("result", {}).get("data", {}).get("json")
)
if not api_data:
return events
for link in api_data:
if not link.get("viewerCount"):
continue