update M3U8

This commit is contained in:
GitHub Actions Bot 2026-01-27 20:32:20 -05:00
parent ad3ba8e34d
commit 3875d181cd
4 changed files with 1398 additions and 918 deletions

View file

@ -83,7 +83,7 @@ async def main() -> None:
# asyncio.create_task(streambtw.scrape()),
asyncio.create_task(streamfree.scrape()),
asyncio.create_task(tvpass.scrape()),
asyncio.create_task(xstreameast.scrape()),
# asyncio.create_task(xstreameast.scrape()),
]
await asyncio.gather(*(pw_tasks + httpx_tasks))