update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-15 11:15:52 -05:00
parent a8a6fc892b
commit f721bd5e33
5 changed files with 1652 additions and 1124 deletions

View file

@ -135,7 +135,7 @@ async def refresh_html_cache(
continue
name_node = card.css_first(".teamtd.event")
time_node = card.css_first(".time").text(strip=True)
time_node = card.css_first(".time")
if not (name_node and time_node):
continue