update M3U8

This commit is contained in:
GitHub Actions Bot 2026-02-26 17:43:26 -05:00
parent 00000d92c3
commit f1c970cf99
3 changed files with 927 additions and 913 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -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: