Re: urllib2 meta-refresh

2005-03-04 Thread John J. Lee
JanC <[EMAIL PROTECTED]> writes: > Artificial Life schreef: > > > urllib2 does not seem to be able to handle META-REFRESH in an html > > document. I just get back the html to the page that is supposed to > > forward me to the intended page. Any way around this? > > Have a look at the HTTPRefres

Re: urllib2 meta-refresh

2005-03-02 Thread JanC
Artificial Life schreef: > urllib2 does not seem to be able to handle META-REFRESH in an html > document. I just get back the html to the page that is supposed to > forward me to the intended page. Any way around this? Have a look at the HTTPRefreshProcessor in ClientCookie:

Re: urllib2 meta-refresh

2005-02-25 Thread Dave Brueck
Artificial Life wrote: urllib2 does not seem to be able to handle META-REFRESH in an html document. I just get back the html to the page that is supposed to forward me to the intended page. Right - urllib2 is for working with protocols (like HTTP) to transfer data, whereas META-REFRESH is an appli

urllib2 meta-refresh

2005-02-25 Thread Artificial Life
urllib2 does not seem to be able to handle META-REFRESH in an html document. I just get back the html to the page that is supposed to forward me to the intended page. Any way around this? -- http://mail.python.org/mailman/listinfo/python-list