e
This commit is contained in:
parent
8e5b3e786c
commit
00000d98c4
4 changed files with 8 additions and 9 deletions
|
|
@ -7,7 +7,11 @@ from typing import Any
|
|||
import httpx
|
||||
from playwright.async_api import Browser, BrowserContext, Playwright, Request
|
||||
|
||||
from .config import UA
|
||||
UA = (
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
|
||||
"AppleWebKit/537.36 (KHTML, like Gecko) "
|
||||
"Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
|
||||
)
|
||||
|
||||
CLIENT = httpx.AsyncClient(
|
||||
timeout=5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue