I want to download few HTML pages from http://abc.com/view_page.aspx?ID= The ID is from an array of different numbers.
I would be interested in visiting multiple instances of this URL and saving the file as [ID].HTML using different proxy IP/ports.
I want to use different user-agents and I want to randomize the wait times before each download.
What is the best way of doing this? urllib2? pycURL? cURL? What do you prefer for the task at hand?
Please advise. Thanks guys!