mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
update M3U8
This commit is contained in:
parent
8e934ba4e6
commit
411cfc39cc
4 changed files with 1062 additions and 990 deletions
|
|
@ -98,11 +98,11 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
|
||||
href = urlparse(href).path if href.startswith("http") else href
|
||||
|
||||
if not (time_node := node.css_first(".col-3 span")):
|
||||
continue
|
||||
# if not (time_node := node.css_first(".col-3 span")):
|
||||
# continue
|
||||
|
||||
if time_node.text(strip=True).lower() != "matchstarted":
|
||||
continue
|
||||
# if time_node.text(strip=True).lower() != "matchstarted":
|
||||
# continue
|
||||
|
||||
event_name = fix_txt(" vs ".join(teams))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue