add ovogoal.py
This commit is contained in:
doms9 2026-02-13 16:16:35 -05:00
parent 7aeec4363c
commit 00000d9959
4 changed files with 194 additions and 22 deletions

View file

@ -10,6 +10,7 @@ from scrapers import (
fawa,
istreameast,
livetvsx,
ovogoal,
pawa,
pixel,
ppv,
@ -78,6 +79,7 @@ async def main() -> None:
httpx_tasks = [
asyncio.create_task(fawa.scrape()),
asyncio.create_task(istreameast.scrape()),
asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pawa.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streambtw.scrape()),
@ -103,6 +105,7 @@ async def main() -> None:
| fawa.urls
| istreameast.urls
| livetvsx.urls
| ovogoal.urls
| pawa.urls
| pixel.urls
| ppv.urls