mirror of
https://github.com/doms9/iptv.git
synced 2026-06-15 12:46:27 +02:00
e
- misc edits.
This commit is contained in:
parent
26bc13f1ec
commit
00000d927f
3 changed files with 21 additions and 28 deletions
|
|
@ -43,6 +43,9 @@ async def get_events() -> list[dict[str, str]]:
|
|||
if not (name := event.get("title")) or not (link := event.get("link")):
|
||||
continue
|
||||
|
||||
elif "drm.php" in link:
|
||||
continue
|
||||
|
||||
if (sport := event.get("category")) and sport == "Other":
|
||||
sport = "Live Event"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue