-
Notifications
You must be signed in to change notification settings - Fork 107
Adding methods mtcaptcha, friendly captcha, cutcaptcha #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adding examples mtchaptcha.py, mtcaptcha_options.py, friendly_captcha.py, friendly_captcha_options.py, cutcaptcha.py, cutcaptcha_options.py to examples folder Adding tests test_mtcaptcha.py, test_friendly_captcha.py, test_cutcaptcha.py to tests folder Signed-off-by: Maxim S <poplers24@gmail.com>
tests/test_cutcaptcha.py
Outdated
} | ||
|
||
sends = { | ||
'method': 'cutcaptchaа', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Опечатка, лишняя a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
- Fixed parameter
{'method': 'cutcaptcha'}
in thesend
parameters of the send request in the filetest_cutcaptcha.py
- Adding
.idea/
,.DS_Store
to.gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нужно исправить опечатку, из-за нее валится тест.
…f the send request in the file test_cutcaptcha.py - Adding .idea/, .DS_Store to .gitignore Signed-off-by: Maxim S <poplers24@gmail.com>
@kratzky исправил |
* Adding methods mtcaptcha, friendly captcha, cutcaptcha to solver.py Adding examples mtchaptcha.py, mtcaptcha_options.py, friendly_captcha.py, friendly_captcha_options.py, cutcaptcha.py, cutcaptcha_options.py to examples folder Adding tests test_mtcaptcha.py, test_friendly_captcha.py, test_cutcaptcha.py to tests folder Signed-off-by: Maxim S <poplers24@gmail.com> * - Fixed parameter {'method': 'cutcaptcha'} in the "send" parameters of the send request in the file test_cutcaptcha.py - Adding .idea/, .DS_Store to .gitignore Signed-off-by: Maxim S <poplers24@gmail.com> --------- Signed-off-by: Maxim S <poplers24@gmail.com>
Done
mtcaptcha
,friendly captcha
,cutcaptcha
tosolver.py
mtchaptcha.py
,mtcaptcha_options.py
,friendly_captcha.py
,friendly_captcha_options.py
,cutcaptcha.py
,cutcaptcha_options.py
to examples foldertest_mtcaptcha.py
,test_friendly_captcha.py
,test_cutcaptcha.py
to tests folder