- remove ovogoal.py
- re-add mainportal.py
This commit is contained in:
doms9 2026-06-07 19:37:38 -04:00
parent 5f5dada4d8
commit 00000d927c
3 changed files with 194 additions and 147 deletions

View file

@ -10,7 +10,7 @@ from scrapers import (
fawa,
fsports,
istreameast,
ovogoal,
mainportal,
roxie,
shark,
streamcenter,
@ -64,7 +64,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(mainportal.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streamcenter.scrape()),
asyncio.create_task(streamsgate.scrape()),
@ -93,7 +93,7 @@ async def main() -> None:
| fawa.urls
| fsports.urls
| istreameast.urls
| ovogoal.urls
| mainportal.urls
| roxie.urls
| shark.urls
| streamcenter.urls