Hi Guys,
I am trying to browse one URL using the urllib module. But it is showing me the below error.
html = urlopen("https://edureka.co/" + articleUrl)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>
How can I solve this error?