I am working on building a link checking script to be used in monitoring a domain I manage. I am getting an error about the 9th url is ran through the findLinks() function. I
This is working for me and I am passed the error now:
for link in soup.find_all('a'): if link.get('href'): # all absolute paths hrefs and add to array if "google.com" in link.get('href'):
Similar to testing for is not None although that did not work. Thanks all
is not None