- re-add ovogoal.py
This commit is contained in:
doms9 2026-05-02 11:39:33 -04:00
parent d82546ac02
commit 00000d9522
2 changed files with 147 additions and 0 deletions

View file

@ -12,6 +12,7 @@ from scrapers import (
istreameast,
livetvsx,
mainportal,
ovogoal,
pawa,
roxie,
shark,
@ -71,6 +72,7 @@ async def main() -> None:
asyncio.create_task(istreameast.scrape()),
# asyncio.create_task(livetvsx.scrape()),
asyncio.create_task(mainportal.scrape()),
asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pawa.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streamcenter.scrape()),
@ -103,6 +105,7 @@ async def main() -> None:
| istreameast.urls
| livetvsx.urls
| mainportal.urls
| ovogoal.urls
| pawa.urls
| roxie.urls
| shark.urls