update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-26 10:32:49 -05:00
parent 531cd67559
commit e2ae7f9ff6
3 changed files with 430 additions and 143 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,