[EMAIL PROTECTED] wrote:
> Hi All,
> I'm trying to write a news retrieval client in python.
> I'm going to get the news from google's news service.
> However, when I run the following code, google gives me a 403 error.
Knowing google, they're blocking the user agent supplied by urllib2.
--
http:/
Hi All,
I'm trying to write a news retrieval client in python.
I'm going to get the news from google's news service.
However, when I run the following code, google gives me a 403 error.
Is it google, or urllib2? Or is it the code?
I can parse the 'contents' variable, I just need to know what is goi