mirror of
https://github.com/doms9/iptv.git
synced 2026-06-16 12:56:26 +02:00
e
- re-add ovogoal.py - misc edits.
This commit is contained in:
parent
d5ef30d5bd
commit
00000d9675
4 changed files with 202 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ async def get_events(cached_links: set[str]) -> list[dict[str, str]]:
|
|||
if not (href := event.attributes.get("href")):
|
||||
continue
|
||||
|
||||
elif cached_links & {link := urljoin(BASE_URL, href)}:
|
||||
elif (link := urljoin(BASE_URL, href)) in cached_links:
|
||||
continue
|
||||
|
||||
if (scr_elem := event.css_first("script")) and (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue