Matthijs <[EMAIL PROTECTED]> writes:
> I have been trying to make a script that will download several rss
> feeds to my computer. The only problem I have is that I have to go
> through a proxy.
>
> First I tried using urllib (python 2.4, win32) but I found that the
> http_proxy and no_proxy code w
I have been trying to make a script that will download several rss feeds
to my computer. The only problem I have is that I have to go through a
proxy.
First I tried using urllib (python 2.4, win32) but I found that the
http_proxy and no_proxy code were not implemented for win32. I have made
ch