Skip to content
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

Callback module и новые методы решения капчи #22

Merged
merged 16 commits into from Nov 14, 2018

Commits on Nov 1, 2018

  1. Copy the full SHA
    9d7ba52 View commit details
    Browse the repository at this point in the history
  2. Добавление callbackurl параметра в funcaptcha и nocaptcha

    Добавление описания этого параметра и проверки на наличие, для предварительного выхода без ожидания решения
    AndreiDrang committed Nov 1, 2018
    Copy the full SHA
    88a1e39 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    53b363b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    39269c3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    23a241a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    004fcc7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    46a0670 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    679317c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7d7edc6 View commit details
    Browse the repository at this point in the history
  10. Добавлен модуль CustomCaptchaTask

    Добавлена типизация переменных в captcha_handler методе FunCaptcha
    AndreiDrang committed Nov 1, 2018
    Copy the full SHA
    264d190 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    297511c View commit details
    Browse the repository at this point in the history
  12. Удаление из конфига и требований при установке библиотеки fake_useragent

    Перерработка модуля NoCaptchaTask - удаление параметров для подключения к прокси(перенос этих параметров в `**kwargs`). Удаление использования fake_useragent, теперь пользователь сам должен задавать это поле.
    Добавление типизации в captcha_handler метод.
    AndreiDrang committed Nov 1, 2018
    Copy the full SHA
    e2113d6 View commit details
    Browse the repository at this point in the history
  13. Удаление user_agent_data из всех методов решения капчи

    Удаление в FunCaptchaTask обязательных полей для подключения к прокси и перенос их в `**kwargs`.
    AndreiDrang committed Nov 1, 2018
    Copy the full SHA
    d0d01f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Copy the full SHA
    891f285 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ae4ded View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    40f7248 View commit details
    Browse the repository at this point in the history