I have a list of websites and I want to check if they exist .. some of them become invalid recently.
I tried to follow the code provided here: Python check if website exists,
it works to detect the existence of some sites like:
http://www.mississippiherald.com
but for others it doesn't work. It returns the status code (200, as success), but they are not now, like:
is there a way to detect these sites?
I think the problem is because the domain name still exists in the host servers.