Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi :)
I have one question about lxml and proxy... Now i'm using LXML for parsing HTML... it's work perfectly, but i would like to use proxy server. Is possible to do this with LXML library?
I'm using next lxml functions
parse(url).getroot()

I found only this solution for urlib...
urllib.request.ProxyHandler({"http" : "proxy_server_ip"})

Is there anything similiar in lxml?

Tnx for response :)
Posted
Updated 31-Jan-12 0:20am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900