This commit is contained in:
doms9 2025-09-30 17:27:42 -04:00
parent e0e04c8635
commit 00000d9362
10 changed files with 230 additions and 9 deletions

View file

@ -164,7 +164,7 @@ async def scrape(client: httpx.AsyncClient) -> None:
"logo": logo,
"base": base_url,
"timestamp": now.timestamp(),
"id": tvg_id or "Live.Event.us",
"id": tvg_id,
"href": ev["href"],
}