- change scrape window for istreameast.py
- harden scraping method for roxie.py
- catch nulls for ppv.py
- change scraping method for totalsportek.py
- misc edits.
This commit is contained in:
doms9 2026-02-18 15:47:50 -05:00
parent 0fe9c5b1dd
commit 00000d940c
7 changed files with 141 additions and 87 deletions

View file

@ -79,7 +79,8 @@ async def get_events() -> list[dict[str, str]]:
for event in items:
event_name: str = event["title"]
link: str = event["url"]
if not (link := event.get("url")):
continue
events.append(
{