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 = {
|
entry = {
|
||||||
"url": url,
|
"url": url,
|
||||||
"logo": logo,
|
"logo": logo,
|
||||||
"base": BASE_URL,
|
"base": "https://instreams.click/",
|
||||||
"timestamp": ts,
|
"timestamp": ts,
|
||||||
"id": tvg_id or "Live.Event.us",
|
"id": tvg_id or "Live.Event.us",
|
||||||
"link": link,
|
"link": link,
|
||||||
|
|
|
||||||
|
|
@ -285,7 +285,7 @@ async def scrape(browser: Browser) -> None:
|
||||||
tvg_id, pic = leagues.get_tvg_info(sport, event)
|
tvg_id, pic = leagues.get_tvg_info(sport, event)
|
||||||
|
|
||||||
entry = {
|
entry = {
|
||||||
"url": url,
|
"url": url.split("&t")[0],
|
||||||
"logo": logo or pic,
|
"logo": logo or pic,
|
||||||
"base": iframe,
|
"base": iframe,
|
||||||
"timestamp": ts,
|
"timestamp": ts,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue