更新UA,防止被风控

This commit is contained in:
John Smith
2026-04-23 20:21:55 +08:00
parent b01238cdb7
commit 0ddd70b047
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ BILIBILI_COMMON_HEADERS = {
'Origin': 'https://www.bilibili.com',
'Referer': 'https://www.bilibili.com/',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)'
' Chrome/114.0.0.0 Safari/537.36'
' Chrome/147.0.0.0 Safari/537.36'
}
http_session: Optional[aiohttp.ClientSession] = None