This commit is contained in:
doms9 2025-10-30 20:37:47 -04:00
parent b3d3df3d5b
commit 00000d9ee7
2 changed files with 7 additions and 5 deletions

View file

@ -142,7 +142,7 @@ async def scrape(client: httpx.AsyncClient) -> None:
tvg_id, pic = leagues.get_tvg_info(sport, event)
entry = {
"url": url,
"url": url.replace("540p", "720p"),
"logo": logo or pic,
"base": "",
"timestamp": ts,