update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-16 18:01:17 -04:00
parent 00000d9ef7
commit d05e880be9
3 changed files with 701 additions and 1337 deletions

View file

@ -81,7 +81,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))