mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
This commit is contained in:
parent
fb70ef5506
commit
00000d92c3
2 changed files with 2 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ async def scrape(browser: Browser) -> None:
|
|||
entry = {
|
||||
"url": url,
|
||||
"logo": logo,
|
||||
"base": BASE_URL,
|
||||
"base": "https://instreams.click/",
|
||||
"timestamp": ts,
|
||||
"id": tvg_id or "Live.Event.us",
|
||||
"link": link,
|
||||
|
|
|
|||
|
|
@ -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