update M3U8
This commit is contained in:
parent
e237fcf712
commit
8cc4fde772
3 changed files with 1391 additions and 299 deletions
|
|
@ -108,7 +108,7 @@ async def scrape(client: httpx.AsyncClient) -> None:
|
|||
|
||||
if events:
|
||||
async with async_playwright() as p:
|
||||
browser, context = await network.browser(p)
|
||||
browser, context = await network.browser(p, browser="brave")
|
||||
|
||||
for i, ev in enumerate(events, start=1):
|
||||
handler = partial(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue