JanC <> 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 HTTPRefreshProcessor in ClientCookie:
> <http://wwwsearch.sourceforge.net/ClientCookie/doc.html>
Be sure to read all the notes under "Notes about ClientCookie, urllib2
and cookielib" on this page:
http://wwwsearch.sourceforge.net/ClientCookie/
John