- re-add ovogoal.py
- misc edits.
This commit is contained in:
doms9 2026-06-14 22:01:34 -04:00
parent d5ef30d5bd
commit 00000d9675
4 changed files with 202 additions and 2 deletions

View file

@ -11,6 +11,7 @@ from scrapers import (
fsports,
istreameast,
mainportal,
ovogoal,
pelotalibre,
resportz,
roxie,
@ -68,6 +69,7 @@ async def main() -> None:
asyncio.create_task(fawa.scrape()),
asyncio.create_task(istreameast.scrape()),
asyncio.create_task(mainportal.scrape()),
asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pelotalibre.scrape()),
# asyncio.create_task(resportz.scrape()),
asyncio.create_task(shark.scrape()),
@ -98,6 +100,7 @@ async def main() -> None:
| fsports.urls
| istreameast.urls
| mainportal.urls
| ovogoal.urls
| pelotalibre.urls
| resportz.urls
| roxie.urls