update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-04 12:02:03 -04:00
parent c8a6d2a4cf
commit aab7773c07
3 changed files with 633 additions and 549 deletions

View file

@ -79,7 +79,7 @@ async def main() -> None:
asyncio.create_task(totalsportek.scrape()),
asyncio.create_task(tvapp.scrape()),
asyncio.create_task(webcast.scrape()),
asyncio.create_task(xstreameast.scrape()),
# asyncio.create_task(xstreameast.scrape()),
]
await asyncio.gather(*(pw_tasks + httpx_tasks))