update M3U8

This commit is contained in:
GitHub Actions Bot 2026-01-29 19:31:30 -05:00
parent ddbe759fcb
commit 8be3067419
3 changed files with 1281 additions and 945 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

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