I am using python 2.7 with the wget module. https://pypi.python.org/pypi/wget
The URL to download is not responsive sometimes. It can take ages to download and when this happens, wget
times out. How can I get wget to never time out or at least catch the timeout?
The code to download is simple.
wget.download(url_download)