laramies/metagoofil

example: adding download proxy support

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1. run program as-is, no support for proxys
2.
3.

What is the expected output? What do you see instead?
n/a

What version of the product are you using? On what operating system?
svn read-only revision 2

Please provide any additional information below.

The patch below adds download proxy support.  It's not vetted nor robust, but 
illustrates the approach that we're taking to add proxy support for both 
downloading files and a separate proxy for queries.

Original issue reported on code.google.com by kgi...@gmail.com on 21 Jun 2011 at 8:38

Attachments:

Example usage with the patch through a proxy:

python metagoofil.py -d doma.in -t doc -l 10 -n 10 -o dumpdir -f site.html -p 
192.168.10.10 -r 3128


Original comment by kgi...@gmail.com on 21 Jun 2011 at 8:40