update M3U8

This commit is contained in:
GitHub Actions Bot 2026-06-10 15:32:07 -04:00
parent b0f2a18ca3
commit e0f8ea5d50
4 changed files with 538 additions and 2674 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -70,12 +70,12 @@ async def main() -> None:
asyncio.create_task(istreameast.scrape()),
# asyncio.create_task(mainportal.scrape()),
asyncio.create_task(pelotalibre.scrape()),
asyncio.create_task(resportz.scrape()),
# asyncio.create_task(resportz.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streamcenter.scrape()),
asyncio.create_task(streamsgate.scrape()),
asyncio.create_task(streamtp.scrape()),
asyncio.create_task(vivatops.scrape()),
# asyncio.create_task(vivatops.scrape()),
asyncio.create_task(webcast.scrape()),
asyncio.create_task(xyzstream.scrape()),
]

View file

@ -131,8 +131,8 @@ async def get_events(cached_links: set[str]) -> list[dict[str, str]]:
):
return events
start_dt = now.delta(minutes=-30)
end_dt = now.delta(minutes=30)
start_dt = now.delta(hours=-3)
end_dt = now.delta(minutes=5)
date_ptrn = re.compile(r"\d{4}-\d{2}-\d{2}T\d{2}:\d{2}Z", re.I)