简体   繁体   中英

How to set the maximum number of redirects for urllib2.urlopen in Python?

I would like to allow maximum of 3 redirects for urllib2.urlopen() . How do I specify that in urllib2.urlopen ?

您定义自己的HTTPRedirectHandler ,它计算重定向的数量,然后安装它以供urllib2使用

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM