mirror of https://github.com/yutto-dev/yutto
💬 chore: update UA
This commit is contained in:
parent
0164d53cd6
commit
2b35887a3d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue