- misc edits.
This commit is contained in:
doms9 2026-06-11 15:07:40 -04:00
parent 26bc13f1ec
commit 00000d927f
3 changed files with 21 additions and 28 deletions

View file

@ -43,6 +43,9 @@ async def get_events() -> list[dict[str, str]]:
if not (name := event.get("title")) or not (link := event.get("link")):
continue
elif "drm.php" in link:
continue
if (sport := event.get("category")) and sport == "Other":
sport = "Live Event"