I am trying to open a list of urls, and I set a timeout value to exclude the urls which do not open. However, when I come across the following url, it gets stuck and does not time out. The site opens normally from the browser, so where can the problem be?
url='http://www.gizmodo.it/2008/03/12/lo_scanner_di_impronte_digitali_che_distingue_un_dito_vivo_da_unomorto.html'
opener=browser.open(url,timeout=2)