update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-12 19:31:17 -04:00
parent c827478536
commit 03abf35fcf
3 changed files with 1258 additions and 970 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -78,7 +78,7 @@ async def main() -> None:
asyncio.create_task(fawa.scrape()),
asyncio.create_task(istreameast.scrape()),
asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pawa.scrape()),
# asyncio.create_task(pawa.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streambtw.scrape()),
asyncio.create_task(totalsportek1.scrape()),
@ -91,7 +91,7 @@ async def main() -> None:
await asyncio.gather(*(pw_tasks + httpx_tasks))
# others
await watchfooty.scrape(xtrnl_brwsr)
# await watchfooty.scrape(xtrnl_brwsr)
await livetvsx.scrape(xtrnl_brwsr)
finally: