update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-06 12:02:46 -05:00
parent ef6cf1555a
commit 64640b8ee0
4 changed files with 700 additions and 529 deletions

View file

@ -8,6 +8,7 @@ from scrapers import (
lotus,
pixel,
ppv,
roxie,
streambtw,
streameast,
strmd,
@ -42,10 +43,11 @@ async def main() -> None:
base_m3u8, tvg_chno = load_base()
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(pixel.scrape(network.client)),
asyncio.create_task(ppv.scrape(network.client)),
asyncio.create_task(roxie.scrape(network.client)),
asyncio.create_task(streambtw.scrape(network.client)),
asyncio.create_task(streameast.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)),
@ -61,6 +63,7 @@ async def main() -> None:
| lotus.urls
| pixel.urls
| ppv.urls
| roxie.urls
| streambtw.urls
| streameast.urls
| strmd.urls