update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-21 10:09:30 -05:00
parent 5921831efd
commit 18cafedc83
4 changed files with 407 additions and 266 deletions

View file

@ -55,7 +55,7 @@ async def main() -> None:
asyncio.create_task(streamfree.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)