update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-31 16:00:30 -04:00
parent bcc33ce854
commit bf021c693c
3 changed files with 1143 additions and 771 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -75,7 +75,7 @@ async def main() -> None:
asyncio.create_task(totalsportek.scrape()),
asyncio.create_task(tvapp.scrape()),
asyncio.create_task(webcast.scrape()),
# asyncio.create_task(xyzstream.scrape()),
asyncio.create_task(xyzstream.scrape()),
]
await asyncio.gather(*(pw_tasks + httpx_tasks))