can automate bypass captha

This commit is contained in:
2022-09-03 17:41:48 +02:00
parent b96ebf44ac
commit 597aa6a1f6
3 changed files with 56 additions and 42 deletions
+1 -1
View File
@@ -165,7 +165,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.RESIDENTIAL), True)
executor.submit(url_validator.start_page, params.get_proxy(ProxyType.RESIDENTIAL), False)
else:
print("do not need to click url --> {}".format(mail.mail_address))