update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-22 12:02:44 -04:00
parent deeaa27097
commit 82f73c6ede
4 changed files with 2129 additions and 2021 deletions

View file

@ -64,7 +64,7 @@ async def refresh_html_cache(
event_time = (
data_start.rsplit(":", 1)[0]
if re.search(r"\d+:\d+:\d+", data_start)
if (re.search(r"\d+:\d+:\d+", data_start) or "M:00" in data_start)
else data_start
)