skip the blocked pages.

This commit is contained in:
2022-11-15 16:19:04 +01:00
parent c1f4ee7b6d
commit a136f74a64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ def read_mails():
if need_to_valid_url(url, successful_items):
url_validator = LinkValidator(url)
print("need to validate url: " + url)
executor.submit(url_validator.start_page, params.get_proxy(ProxyType.OXYLABS), False)
executor.submit(url_validator.start_page, params.get_proxy(ProxyType.OXYLABS), True)
else:
print("do not need to click url --> {}".format(mail.mail_address))