💬 chore: update UA

This commit is contained in:
SigureMo 2024-06-16 15:43:23 +08:00
parent 0164d53cd6
commit 2b35887a3d
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class MaxRetry:
DEFAULT_PROXY = None
DEFAULT_TRUST_ENV = True
DEFAULT_HEADERS: dict[str, str] = {
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
"Referer": "https://www.bilibili.com",
}
DEFAULT_COOKIES = httpx.Cookies()