(Python 3.4.2) Would anyone be able to help me fetch https pages with urllib? I\'ve spent hours trying to figure this out.
Here\'s what I\'m trying to do (pretty bas
urllib.error.URLError:
The 'https and not https in the error message indicates that you did not try a http:// request but instead a 'https:// request which of course does not exist. Check how you construct your URL.
'https
https
http://
'https://