Nick Henderson

Results 5 comments of Nick Henderson

@dtrillo We had to solve this problem as well. What I ended up doing was subclassing the `Session` object to pass in to `Profile.scrape`: ``` class Session(requests.Session): """Custom session subclass...

The above is only necessary for us for authenticated proxies if you want to keep `trust_env = True` for the Session. Otherwise you can just create a session and add...

Just noticed this happening with the `username` as well. Added to the PR

I am happy to take some feedback on #46 if this is something that people would like :)

I'm unable to test this against a Windows setup, but I have tested this on both linux and MacOs.