update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-18 17:31:13 -05:00
parent 14d937bbb1
commit 4e77404fc2
3 changed files with 239 additions and 275 deletions

View file

@ -55,7 +55,7 @@ async def get_events(
soup = HTMLParser(r.text)
valid_event = re.compile(r"\d{1,2}:\d{1,2}")
clean_event = re.compile(r"\s+-+\s+CH")
clean_event = re.compile(r"\s+-+\s+\w{1,4}")
events = []