This commit is contained in:
doms9 2025-09-19 02:16:37 -04:00
parent 00000d9a95
commit 00000d99ba
8 changed files with 8 additions and 8 deletions

View file

@ -55,7 +55,7 @@ async def main(client: httpx.AsyncClient) -> None:
entry = {
"url": f"http://origin.thetvapp.to/hls/{url.split('/')[-2]}/mono.m3u8",
"logo": league_info(sport)["logo"],
"tvg-id": league_info(sport)["id"],
"id": league_info(sport)["id"],
"base": "https://tvpass.org",
"timestamp": now.timestamp(),
}