update M3U8

This commit is contained in:
GitHub Actions Bot 2026-02-14 16:39:29 -05:00
parent 36001add11
commit 232ba2cd97
4 changed files with 2270 additions and 3342 deletions

View file

@ -82,14 +82,14 @@ async def main() -> None:
asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pawa.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streambtw.scrape()),
# asyncio.create_task(streambtw.scrape()),
asyncio.create_task(xstreameast.scrape()),
]
await asyncio.gather(*(pw_tasks + httpx_tasks))
# others
await watchfooty.scrape(xtrnl_brwsr)
# await watchfooty.scrape(xtrnl_brwsr)
await livetvsx.scrape(xtrnl_brwsr)
finally: