mirror of
https://github.com/doms9/iptv.git
synced 2026-03-10 11:47:34 +01:00
e
This commit is contained in:
parent
fb70ef5506
commit
00000d92c3
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue