We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f17b8e commit 2d72129Copy full SHA for 2d72129
src/python3_anticaptcha/core/enum.py
@@ -58,6 +58,9 @@ class CaptchaTypeEnm(str, MyEnum):
58
# FriendlyCaptcha
59
FriendlyCaptchaTask = "FriendlyCaptchaTask"
60
FriendlyCaptchaTaskProxyless = "FriendlyCaptchaTaskProxyless"
61
+ # FriendlyCaptcha
62
+ ProsopoTask = "ProsopoTask"
63
+ ProsopoTaskProxyless = "ProsopoTaskProxyless"
64
# Custom
65
AntiGateTask = "AntiGateTask"
66
0 commit comments