update M3U8
This commit is contained in:
parent
d846c59f5e
commit
5f7a533e07
5 changed files with 471 additions and 157 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue