Open phpmoli opened 1 year ago
Seeing the same thing, however for me, Cloudflare recaptcha is not recognized by the puppeteer-extra-plugin-recaptcha, so it's not automatically solved. The cloudflare recaptcha is shown much more often now (past few weeks/month or so), and previously it wasn't an issue.
I also just get Cloudflare html. Both inheadless(new) and headful mode. If the site opens in regular chrome, it displays correctly.
`node: v20.2.0
npm: 9.6.6
npmPackages: puppeteer: => 20.5.0 puppeteer-extra: => 3.3.6 puppeteer-extra-plugin-stealth: * => 2.11.2 `
@mrSlack same issue here. Running in headful fails at the Cloudflare "checking your browser" when the exact same behavior in non-puppeteer chrome has no issue.
Hello,
I used
puppeteer-extra-plugin-stealth
in a few scripts before to get past cloudflare (e.g. patreon), with success, so i know it and have experience with it working in the past. Today, i wanted to scrape a new site, so i dusted off an old (then working, used) script, edited it, tested it, and now i can not get past the cloudflare ddos.To help debugging the problem, i have cut the problematic script to the smallest possible size:
It displays the cloudflare html. Also tested after got a new ip. If the above website url is opened in a normal chrome, it displays the correct rss feed xml file.
Is it me, or is it the cat-mouse race? Thanks!