update M3U8
This commit is contained in:
parent
14d937bbb1
commit
4e77404fc2
3 changed files with 239 additions and 275 deletions
|
|
@ -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 = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue