update M3U8

This commit is contained in:
GitHub Actions Bot 2025-10-15 13:02:18 -04:00
parent d846c59f5e
commit 5f7a533e07
5 changed files with 471 additions and 157 deletions

View file

@ -62,7 +62,7 @@ async def refresh_api_cache(
r = await client.get(url)
r.raise_for_status()
except Exception as e:
log.error(f'Failed to fetch "{url}"\n{e}')
log.error(f'Failed to fetch "{url}": {e}')
return {}
return r.json()