Update NoCaptchaTask.py
This commit is contained in:
parent
915e2ae938
commit
becaa663b5
|
@ -47,7 +47,6 @@ class NoCaptchaTask:
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Работа с капчей
|
|
||||||
def captcha_handler(self, websiteURL: str, websiteKey: str, recaptchaDataSValue: str = "", **kwargs) -> dict:
|
def captcha_handler(self, websiteURL: str, websiteKey: str, recaptchaDataSValue: str = "", **kwargs) -> dict:
|
||||||
"""
|
"""
|
||||||
Метод получает ссылку на страницу, где расположена капча, и ключ капчи
|
Метод получает ссылку на страницу, где расположена капча, и ключ капчи
|
||||||
|
|
Loading…
Reference in New Issue