update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-18 19:31:07 -04:00
parent 3e60e6f8a8
commit ac29030059
3 changed files with 1016 additions and 968 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -64,7 +64,7 @@ async def main() -> None:
asyncio.create_task(embedhd.scrape(hdl_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(roxie.scrape(hdl_brwsr)),
asyncio.create_task(streamhub.scrape(hdl_brwsr)), # asyncio.create_task(streamhub.scrape(hdl_brwsr)),
] ]
httpx_tasks = [ httpx_tasks = [
@ -85,7 +85,7 @@ async def main() -> None:
await asyncio.gather(*(pw_tasks + httpx_tasks)) await asyncio.gather(*(pw_tasks + httpx_tasks))
# others # others
await livetvsx.scrape(xtrnl_brwsr) # await livetvsx.scrape(xtrnl_brwsr)
await watchfooty.scrape(xtrnl_brwsr) await watchfooty.scrape(xtrnl_brwsr)
finally: finally: