e
This commit is contained in:
parent
acb19b7886
commit
00000d9990
10 changed files with 718 additions and 747 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue