update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-06 21:01:08 -04:00
parent 70ba9f0e66
commit 0fb838e2b5
3 changed files with 301 additions and 265 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))