update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-18 13:02:12 -05:00
parent 424ca1c807
commit fa8a4938c9
4 changed files with 874 additions and 515 deletions

View file

@ -34,7 +34,7 @@ async def refresh_api_cache(
timeout=10_000,
)
raw_json = await page.locator("pre").inner_text()
raw_json = await page.locator("pre").inner_text(timeout=5_000)
except Exception as e:
log.error(f'Failed to fetch "{url}": {e}')