Hi,
I can't anymore use the example site.
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)>
Can you renewal the certificate ? ;)
Thx,
To bypass the problem I use requests not urlllib :
- requests.get("url", verify=False) instead of urlopen()
- BeautifulSoup(html.content, 'html.parser') instead of BeautifulSoup(html.read(), 'html.parser')