update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-21 18:00:40 -04:00
parent 00000d9fe2
commit 82606868ba
3 changed files with 858 additions and 740 deletions

View file

@ -65,6 +65,7 @@ async def main() -> None:
# asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
asyncio.create_task(watchfooty.scrape(xtrnl_brwsr)),
]
httpx_tasks = [
@ -80,14 +81,11 @@ async def main() -> None:
asyncio.create_task(totalsportek.scrape()),
asyncio.create_task(tvapp.scrape()),
asyncio.create_task(webcast.scrape()),
asyncio.create_task(livetvsx.scrape()),
]
await asyncio.gather(*(pw_tasks + httpx_tasks))
# others
await livetvsx.scrape(xtrnl_brwsr)
await watchfooty.scrape(xtrnl_brwsr)
finally:
await hdl_brwsr.close()