update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-03 13:02:02 -05:00
parent 4d33d3b50a
commit ac99291d67
3 changed files with 513 additions and 345 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} (PIXL - {z})"
key = f"[{sport}] {event_name} {z} (PIXL)"
if cached_keys & {key}:
continue