- 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

@ -143,7 +143,7 @@ async def get_events(cached_links: set[str]) -> list[dict[str, str]]:
if not (href := event.attributes.get("href")):
continue
elif cached_links & {link := urljoin(BASE_URL, href)}:
elif (link := urljoin(BASE_URL, href)) in cached_links:
continue
if (scr_elem := event.css_first("script")) and (