update M3U8

This commit is contained in:
GitHub Actions Bot 2026-01-28 16:05:08 -05:00
parent fdcfa5fff9
commit 01087be76d
4 changed files with 1488 additions and 972 deletions

View file

@ -82,10 +82,10 @@ async def main() -> None:
asyncio.create_task(pawa.scrape()),
asyncio.create_task(roxie.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))