e
This commit is contained in:
parent
e49e2586ab
commit
00000d9919
3 changed files with 15 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue