This commit is contained in:
doms9 2025-11-03 10:52:41 -05:00
parent e49e2586ab
commit 00000d9919
3 changed files with 15 additions and 10 deletions

View file

@ -82,7 +82,7 @@ async def get_events(
for z, stream_url in stream_urls:
if stream_link := channel_info.get(stream_url):
if pattern.search(stream_link):
key = f"[{sport}] {event_name} (PIXEL - {z})"
key = f"[{sport}] {event_name} (PIXL - {z})"
if cached_keys & {key}:
continue