Skip to content

Commit d78c80a

Browse files
authored
docs: fix dead link (#1431)
1 parent 4c7811e commit d78c80a

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/anti_scraping/techniques

1 file changed

+1
-1
lines changed

sources/academy/webscraping/anti_scraping/techniques/captchas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Tons of different types of captchas exist, but one of the most popular is Google
3737

3838
**reCAPTCHA**s can be solved using the [Anti Captcha Recaptcha](https://apify.com/petr_cermak/anti-captcha-recaptcha) Actor on the Apify platform (note that this method requires an account on [anti-captcha.com](https://anti-captcha.com)).
3939

40-
Another popular captcha is the [Geetest slider captcha](https://www.geetest.com/en/demo). You can find a guide for solving these types of captchas in Puppeteer [here](https://scraperbox.com/blog/solving-a-geetest-slider-captcha-with-puppeteer). Amazon's captcha can similarly also be solved programmatically.
40+
Another popular captcha is the [Geetest slider captcha](https://www.geetest.com/en/adaptive-captcha-demo). You can find a guide for solving these types of captchas in Puppeteer [here](https://scraperbox.com/blog/solving-a-geetest-slider-captcha-with-puppeteer). Amazon's captcha can similarly also be solved programmatically.
4141

4242
## Wrap up
4343

0 commit comments

Comments
 (0)