This commit is contained in:
doms9 2025-09-24 12:30:55 -04:00
parent acb19b7886
commit 00000d9990
10 changed files with 718 additions and 747 deletions

View file

@ -13,7 +13,7 @@ from .utils import (
TZ,
capture_req,
get_logger,
league_info,
leagues,
load_cache,
new_browser,
now,
@ -308,10 +308,10 @@ async def scrape(client: httpx.AsyncClient) -> None:
key = f"[{sport}: {event}] {title} (LTVSX)"
tvg_id, logo = league_info(event)
tvg_id, logo = leagues.info(event)
if not tvg_id:
tvg_id, logo = league_info(sport)
tvg_id, logo = leagues.info(sport)
entry = {
"url": url,