We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a6e97 commit 8adc1eaCopy full SHA for 8adc1ea
captchatools/__init__.py
@@ -16,6 +16,7 @@
16
2 = Anticaptcha
17
3 = 2captcha
18
4 = Capsolver
19
+5 = CaptchaAI
20
'''
21
__version__ = "1.4.1"
22
__author__ = "Matthew17-21"
@@ -94,5 +95,5 @@ def new_harvester(**kwargs) -> Harvester:
94
95
96
# Just for backward compatibility
97
def captcha_harvesters(**kwargs) -> Harvester:
- warn('This function is deprecated. Use the `new_harvester() function`', DeprecationWarning, stacklevel=2)
98
+ warn('This function is deprecated. Use the `new_harvester()` function', DeprecationWarning, stacklevel=2)
99
return new_harvester(**kwargs)
0 commit comments