You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason when using 'urllib' in my environment (which includes a
Zscaler network proxy) 'urllib.urlretrieve()' does not work ending up
with an error message "301 Moved Permanently".
Python library 'urllib2' doesn't have this issue but does not provide
method 'urlretrieve()', so a little workaround is required.
0 commit comments