Skip to content

Cloudflare captcha solving#66

Merged
Yatskov merged 14 commits intomasterfrom
cloudflare-captcha-solving
Aug 1, 2025
Merged

Cloudflare captcha solving#66
Yatskov merged 14 commits intomasterfrom
cloudflare-captcha-solving

Conversation

@MatthewZMSU
Copy link
Copy Markdown
Contributor

Description

Added Cloudflare captcha solving endpoint.
Updated dependencies.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Tested it locally with my Scrapy spiders.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@MatthewZMSU MatthewZMSU requested a review from Yatskov June 4, 2025 12:07
@MatthewZMSU MatthewZMSU self-assigned this Jun 4, 2025
@MatthewZMSU MatthewZMSU added documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file labels Jun 4, 2025
@Yatskov Yatskov self-requested a review July 8, 2025 09:37
Copy link
Copy Markdown
Collaborator

@Yatskov Yatskov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still need merge captch endpoint

console.log("Solve CloudflareCaptcha");
cloudflareCaptchaData = await page.solveCloudflareCaptcha();
} else {
console.log("Solve CloudflareCaptcha 2222");
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug logging?

@Yatskov Yatskov merged commit 78cd546 into master Aug 1, 2025
@Yatskov Yatskov deleted the cloudflare-captcha-solving branch August 1, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants