Update base.py

This commit is contained in:
Andrei 2024-12-16 02:25:27 +03:00
parent f4448e13dd
commit ad1e82be07
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ class CaptchaParams(SIOContextManager, AIOContextManager):
self._captcha_handling_instrument = CaptchaHandler()
@classmethod
def captcha_handler(cls):
pass
@classmethod
def aio_captcha_handler(cls):
pass
class CaptchaHandler:
NO_CAPTCHA_ERR = "You did not send any file, local link or URL."