e
This commit is contained in:
parent
21f39fb5a0
commit
00000d9000
7 changed files with 37 additions and 44 deletions
|
|
@ -55,10 +55,7 @@ async def main(client: httpx.AsyncClient) -> None:
|
|||
|
||||
entry = {
|
||||
"url": f"http://origin.thetvapp.to/hls/{url.split('/')[-2]}/mono.m3u8",
|
||||
"logo": LOGOS.get(
|
||||
sport,
|
||||
"https://i.gyazo.com/ec27417a9644ae517196494afa72d2b9.png",
|
||||
),
|
||||
"logo": LOGOS.get(sport, LOGOS["default"]),
|
||||
"base": "https://tvpass.org",
|
||||
"timestamp": now.timestamp(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue