Skip to content

Commit 6c56e83

Browse files
author
2captcha
committed
Merge branch 'Slenderman00-master'
2 parents 518086f + 36bac52 commit 6c56e83

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/test_recaptcha.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def test_v2(self):
1919
'url' : 'https://mysite.com/page/with/recaptcha',
2020
'invisible' : 1,
2121
'action' : 'verify',
22+
'datas' : 'Crb7VsRAQaBqoaQQtHQQ'
2223
}
2324

2425
sends = {
@@ -29,6 +30,7 @@ def test_v2(self):
2930
'enterprise': 0,
3031
'action' : 'verify',
3132
'version' : 'v2',
33+
'data-s' : 'Crb7VsRAQaBqoaQQtHQQ'
3234
}
3335

3436
return self.send_return(sends, self.solver.recaptcha, **params)

twocaptcha/solver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ def rename_params(self, params):
524524
'apiServer': 'api_server',
525525
'softId': 'soft_id',
526526
'callback': 'pingback',
527+
'datas': 'data-s',
527528
}
528529

529530
new_params = {

0 commit comments

Comments
 (0)