Skip to content

是否可以指定代理 #150

@billypon

Description

@billypon

config.py中虽然有proxies的配置,在这里可以配置多个代理,最终程序会随机选择一个代理发送请求。

但实际上这会有两个问题:
1、有的请求可以不需要代理,但只要你配置了代理就所有的请求都一定会使用其中一个代理
2、有的请求是和ip绑定的,所以在需要使用代理的时候只能通过特定的那个代理才能成功签到,随机代理会导致请求失败

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions