update M3U8
This commit is contained in:
parent
4d33d3b50a
commit
ac99291d67
3 changed files with 513 additions and 345 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} (PIXL - {z})"
|
||||
key = f"[{sport}] {event_name} {z} (PIXL)"
|
||||
|
||||
if cached_keys & {key}:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue