update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-29 22:01:39 -04:00
parent 9f466cad28
commit 3018367f2e
4 changed files with 606 additions and 776 deletions

View file

@ -11,7 +11,6 @@ from scrapers import (
footfast,
fsports,
istreameast,
mainportal,
ovogoal,
roxie,
shark,
@ -68,7 +67,6 @@ async def main() -> None:
httpx_tasks = [
asyncio.create_task(fawa.scrape()),
asyncio.create_task(istreameast.scrape()),
# asyncio.create_task(mainportal.scrape()),
# asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streamcenter.scrape()),
@ -100,7 +98,6 @@ async def main() -> None:
| footfast.urls
| fsports.urls
| istreameast.urls
| mainportal.urls
| ovogoal.urls
| roxie.urls
| shark.urls