update M3U8

This commit is contained in:
GitHub Actions Bot 2025-12-12 10:17:14 -05:00
parent 6cfd2fd934
commit 3a1d2742f1
3 changed files with 445 additions and 1873 deletions

View file

@ -60,7 +60,7 @@ async def main() -> None:
asyncio.create_task(streamsgate.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)),
asyncio.create_task(webcast.scrape(network.client)),
]