This commit is contained in:
doms9 2025-10-05 13:20:34 -04:00
parent b8a8b8d62c
commit 00000d9b7c

View file

@ -47,7 +47,7 @@ async def scrape(client: httpx.AsyncClient) -> None:
tvg = tvg_id_match[1] if tvg_id_match else None
if not tvg and (url := data[i + 1]).endswith("/hd"):
if not tvg and (url := data[i + 1]).endswith("/sd"):
if tvg_name := tvg_name_match[1]:
sport = group_title_match[1].upper().strip()