update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-26 17:24:04 -04:00
parent df0d57e51a
commit 76f5a63880
4 changed files with 1438 additions and 3226 deletions

View file

@ -59,7 +59,7 @@ async def main() -> None:
xtrnl_brwsr = await network.browser(p, external=True)
pw_tasks = [
asyncio.create_task(cdnlivetv.scrape(xtrnl_brwsr)),
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
@ -83,7 +83,7 @@ async def main() -> None:
await asyncio.gather(*(pw_tasks + httpx_tasks))
# others
await embedhd.scrape(hdl_brwsr)
await cdnlivetv.scrape(xtrnl_brwsr)
await watchfooty.scrape(xtrnl_brwsr)
finally: