update M3U8

This commit is contained in:
GitHub Actions Bot 2026-02-05 20:02:44 -05:00
parent 9484bc05d2
commit bbd702e60a
3 changed files with 880 additions and 952 deletions

View file

@ -78,10 +78,10 @@ async def main() -> None:
asyncio.create_task(istreameast.scrape()),
# asyncio.create_task(pawa.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streambtw.scrape()),
# 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))