update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-25 19:31:43 -05:00
parent db16a92f8b
commit 8a8ec114f2
4 changed files with 790 additions and 491 deletions

View file

@ -92,7 +92,6 @@ async def scrape(client: httpx.AsyncClient) -> None:
for i, ev in enumerate(events, start=1):
handler = partial(
network.process_event,
client=client,
url=ev["link"],
url_num=i,
context=context,