Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 2captcha/2captcha-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: 2captcha/2captcha-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 23, 2024

  1. 1) Changes in Solver.py

    - Added the “extendedResponse” parameter to the initialization method.
    — In the get_result method, the output of an extended response is added if the ‘ExtendedResponse’ parameter is passed.
    - Added processing of extended responses using in the “solve” method if the ‘ExtendedResponse’ parameter is passed.
    
    2) Also changed examples of coordinates_options.py, hcaptcha_options.py, geetest_options.py - output of extended answer
    
    Signed-off-by: Maxim S <[email protected]>
    poplers24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    943dbe3 View commit details
    Browse the repository at this point in the history
  2. 1) Changes in Solver.py

    - Added the “extendedResponse” parameter to the initialization method.
    — In the get_result method, the output of an extended response is added if the ‘ExtendedResponse’ parameter is passed.
    - Added processing of extended responses using in the “solve” method if the ‘ExtendedResponse’ parameter is passed.
    
    2) Also changed examples of coordinates_options.py, hcaptcha_options.py, geetest_options.py - output of extended answer
    
    Signed-off-by: Maxim S <[email protected]>
    poplers24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2821ed5 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/RC-2910-use-json-format' into RC…

    …-2910-use-json-format
    
    # Conflicts:
    #	examples/hcaptcha_options.py
    poplers24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    259f2c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update README.md

    2captcha committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9dc0da4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from 2captcha/RC-2910-use-json-format

    RС-2910-use-json-format
    kratzky authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    df9f4af View commit details
    Browse the repository at this point in the history
  3. v1.5.0

    2captcha committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b19536d View commit details
    Browse the repository at this point in the history
Loading