mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
update M3U8
This commit is contained in:
parent
00000d92c3
commit
f1c970cf99
3 changed files with 927 additions and 913 deletions
918
M3U8/TV.m3u8
918
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
918
M3U8/events.m3u8
918
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -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.split("&t")[0],
|
"url": url,
|
||||||
"logo": logo or pic,
|
"logo": logo or pic,
|
||||||
"base": iframe,
|
"base": iframe,
|
||||||
"timestamp": ts,
|
"timestamp": ts,
|
||||||
|
|
@ -298,6 +298,8 @@ async def scrape(browser: Browser) -> None:
|
||||||
if url:
|
if url:
|
||||||
valid_count += 1
|
valid_count += 1
|
||||||
|
|
||||||
|
entry["url"] = url.split("&t")[0]
|
||||||
|
|
||||||
urls[key] = entry
|
urls[key] = entry
|
||||||
|
|
||||||
if new_count := valid_count - cached_count:
|
if new_count := valid_count - cached_count:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue