mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
- change scrape window for istreameast.py - harden scraping method for roxie.py - catch nulls for ppv.py - change scraping method for totalsportek.py - misc edits.
This commit is contained in:
parent
0fe9c5b1dd
commit
00000d940c
7 changed files with 141 additions and 87 deletions
|
|
@ -79,7 +79,8 @@ async def get_events() -> list[dict[str, str]]:
|
|||
for event in items:
|
||||
event_name: str = event["title"]
|
||||
|
||||
link: str = event["url"]
|
||||
if not (link := event.get("url")):
|
||||
continue
|
||||
|
||||
events.append(
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue