chore(deps): aiohttp>=3.13.5, add zstandard, zstd Accept-Encoding

This commit is contained in:
nox-project
2026-04-13 10:30:23 +02:00
parent 245d0f1714
commit c7dbc1baac
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -1598,7 +1598,7 @@ def _random_headers(extra: Optional[Dict] = None) -> Dict[str, str]:
"User-Agent": ua,
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Language": random.choice(_ACCEPT_LANG_POOL),
"Accept-Encoding": "gzip, deflate, br",
"Accept-Encoding": "gzip, deflate, br, zstd",
"DNT": "1",
"Connection": "keep-alive",
"Upgrade-Insecure-Requests": "1",