update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-18 13:36:34 -04:00
parent db015d6ff8
commit 84aa62328d
4 changed files with 883 additions and 451 deletions

View file

@ -56,7 +56,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
sport = "Live Event"
for card in soup.css(".stream-row"):
for card in soup.css(".main-content .stream-row"):
if (not (watch_btn_elem := card.css_first(".watch-btn"))) or (
not (onclick := watch_btn_elem.attributes.get("onclick"))
):