update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-29 13:06:11 -05:00
parent 00000d9dca
commit 75a621f855
3 changed files with 2453 additions and 2369 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -55,7 +55,7 @@ async def main() -> None:
asyncio.create_task(streamfree.scrape(network.client)), asyncio.create_task(streamfree.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)), asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(tvpass.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) await asyncio.gather(*tasks)