mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
update M3U8
This commit is contained in:
parent
db015d6ff8
commit
84aa62328d
4 changed files with 883 additions and 451 deletions
|
|
@ -56,7 +56,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
|
||||
sport = "Live Event"
|
||||
|
||||
for card in soup.css(".stream-row"):
|
||||
for card in soup.css(".main-content .stream-row"):
|
||||
if (not (watch_btn_elem := card.css_first(".watch-btn"))) or (
|
||||
not (onclick := watch_btn_elem.attributes.get("onclick"))
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue