- edit scraping for ovogoal.py
- misc edits.
This commit is contained in:
doms9 2026-04-11 11:40:47 -04:00
parent 6bd8aa9814
commit 00000d905b
4 changed files with 23 additions and 29 deletions

View file

@ -76,7 +76,7 @@ async def get_events(cached_hrefs: set[str]) -> list[dict[str, str]]:
{
"sport": sport,
"event": clean_event.sub("", event_name),
"link": urljoin(BASE_URL, href),
"link": urljoin(f"{html_data.url}", href),
"href": href,
}
)