update M3U8

This commit is contained in:
GitHub Actions Bot 2025-10-11 19:01:36 -04:00
parent 00000d9684
commit 12b1ea1a8c
2 changed files with 461 additions and 419 deletions

View file

@ -32,7 +32,7 @@ async def main() -> None:
asyncio.create_task(streamed.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(tvpass.scrape(network.client)),
asyncio.create_task(watchfooty.scrape(network.client)),
# asyncio.create_task(watchfooty.scrape(network.client)),
]
await asyncio.gather(*tasks)