re-add totalsportek.py
fix xstreameast.py scraping
This commit is contained in:
doms9 2026-02-07 14:49:12 -05:00
parent bdc2048a26
commit 00000d9f21
4 changed files with 158 additions and 5 deletions

View file

@ -76,7 +76,7 @@ async def process_event(
page: Page,
) -> tuple[str | None, str | None]:
nones = [None for _ in range(2)]
nones = None, None
pattern = re.compile(r"\((\d+)\)")