mirror of
https://github.com/doms9/iptv.git
synced 2026-04-23 20:07:00 +02:00
e
- misc edits.
This commit is contained in:
parent
714b781f4f
commit
00000d9cf1
2 changed files with 17 additions and 7 deletions
|
|
@ -97,7 +97,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
|
||||
if (
|
||||
not (live_badge := card.css_first("span.bg-green-600"))
|
||||
or live_badge.text(strip=True) != "LIVE"
|
||||
or live_badge.text(strip=True).lower().strip() != "live"
|
||||
):
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue