update M3U8
This commit is contained in:
parent
424ca1c807
commit
fa8a4938c9
4 changed files with 874 additions and 515 deletions
|
|
@ -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}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue