update M3U8

This commit is contained in:
GitHub Actions Bot 2025-10-11 19:32:09 -04:00
parent 00000d9544
commit dc5dbb1365
2 changed files with 679 additions and 205 deletions

File diff suppressed because it is too large Load diff

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)