Loading searx/engines/startpage.py +4 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,10 @@ def response(resp): continue link = links[0] url = link.attrib.get('href') try: title = escape(link.text_content()) except UnicodeDecodeError: continue # block google-ad url's if re.match("^http(s|)://www.google.[a-z]+/aclk.*$", url): Loading Loading
searx/engines/startpage.py +4 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,10 @@ def response(resp): continue link = links[0] url = link.attrib.get('href') try: title = escape(link.text_content()) except UnicodeDecodeError: continue # block google-ad url's if re.match("^http(s|)://www.google.[a-z]+/aclk.*$", url): Loading