update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-05 21:01:19 -05:00
parent 20efe60298
commit e75fb7462c
3 changed files with 497 additions and 605 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -42,7 +42,7 @@ async def main() -> None:
base_m3u8, tvg_chno = load_base() base_m3u8, tvg_chno = load_base()
tasks = [ tasks = [
asyncio.create_task(fstv.scrape(network.client)), #asyncio.create_task(fstv.scrape(network.client)),
asyncio.create_task(lotus.scrape(network.client)), asyncio.create_task(lotus.scrape(network.client)),
asyncio.create_task(pixel.scrape(network.client)), asyncio.create_task(pixel.scrape(network.client)),
asyncio.create_task(ppv.scrape(network.client)), asyncio.create_task(ppv.scrape(network.client)),