ReaJason / xhs

基于小红书 Web 端进行的请求封装。https://reajason.github.io/xhs/
MIT License
1.03k stars 295 forks source link

请问xhsClient初始化 proxies传入格式有示例么 #63

Closed Bit-sjw closed 10 months ago

ReaJason commented 11 months ago
xhs_client = XhsClient(cookie, sign=sign, proxies={
        'http': 'http://proxy.example.com:8080',
        'https': 'http://secureproxy.example.com:8090',
    })