e
This commit is contained in:
parent
e8ffff80fa
commit
00000d941e
3 changed files with 215 additions and 207 deletions
|
|
@ -308,10 +308,10 @@ async def scrape(client: httpx.AsyncClient) -> None:
|
|||
|
||||
key = f"[{sport}: {event}] {title} (LTVSX)"
|
||||
|
||||
tvg_id, logo = league_info(sport)
|
||||
tvg_id, logo = league_info(event)
|
||||
|
||||
if not tvg_id:
|
||||
tvg_id, logo = league_info(event)
|
||||
tvg_id, logo = league_info(sport)
|
||||
|
||||
entry = {
|
||||
"url": url,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue