update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-20 19:31:20 -04:00
parent 84a6c8cfbe
commit 28f95d491f
3 changed files with 666 additions and 474 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -60,9 +60,9 @@ 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(xtrnl_brwsr)),
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
# asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
# asyncio.create_task(streamhub.scrape(hdl_brwsr)),
]