update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-01 19:34:21 -04:00
parent 2eea6bd858
commit 3a534c93eb
3 changed files with 1309 additions and 673 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -51,7 +51,7 @@ async def main() -> None:
asyncio.create_task(strmd.scrape(network.client)), asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(strmfree.scrape(network.client)), asyncio.create_task(strmfree.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)