update M3U8

This commit is contained in:
GitHub Actions Bot 2026-02-04 20:31:20 -05:00
parent 4199eab466
commit a02aa4aade
3 changed files with 689 additions and 797 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

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