This commit is contained in:
doms9 2026-02-26 17:29:16 -05:00
parent fb70ef5506
commit 00000d92c3
2 changed files with 2 additions and 2 deletions

View file

@ -285,7 +285,7 @@ async def scrape(browser: Browser) -> None:
tvg_id, pic = leagues.get_tvg_info(sport, event)
entry = {
"url": url,
"url": url.split("&t")[0],
"logo": logo or pic,
"base": iframe,
"timestamp": ts,