e
This commit is contained in:
parent
acb19b7886
commit
00000d9990
10 changed files with 718 additions and 747 deletions
|
|
@ -7,7 +7,7 @@ from selectolax.parser import HTMLParser
|
|||
from .utils import (
|
||||
get_base,
|
||||
get_logger,
|
||||
league_info,
|
||||
leagues,
|
||||
load_cache,
|
||||
now,
|
||||
safe_process_event,
|
||||
|
|
@ -157,7 +157,7 @@ async def scrape(client: httpx.AsyncClient) -> None:
|
|||
f"[{sport}] {match_name} (FSTV)" if match_name else f"[{sport}] (FSTV)"
|
||||
)
|
||||
|
||||
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