update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-25 17:00:15 -04:00
parent d493f83728
commit ce015444ee
3 changed files with 250 additions and 274 deletions

View file

@ -61,7 +61,7 @@ async def main() -> None:
xtrnl_brwsr = await network.browser(p, external=True)
pw_tasks = [
# asyncio.create_task(cdnlivetv.scrape(hdl_brwsr)),
asyncio.create_task(cdnlivetv.scrape(hdl_brwsr)),
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
@ -74,7 +74,7 @@ async def main() -> None:
httpx_tasks = [
asyncio.create_task(fawa.scrape()),
# asyncio.create_task(istreameast.scrape()),
asyncio.create_task(istreameast.scrape()),
# asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pawa.scrape()),
asyncio.create_task(s2watch.scrape()),