You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the template, I had the same idea of renewing NYT via library automatically, but wasn't familiar with playwright. Have you had the issue with drag puzzle captcha? Do you have any solution? Even though I manually dragged puzzle, it still think I'm a bot in the end.
I want to build the same process for WSJ and other publications. But the bot detection is blocking my efforts.
The text was updated successfully, but these errors were encountered:
yudataguy
changed the title
Solution for drag puzzle
Solution for drag puzzle captcha
Dec 11, 2024
Yeah, there is some new trickery that is being done for bot detection that I myself have yet to come up with a good solution. Bypassing the captcha doesn't work because they are leveraging multiple bot detection strategies.
And the exact detection approach is described in this blog post.
I made some attempts at bypassing it by using some injected scripts that counter how they are modifying the stack getter, but nothing successful. I set it down a bit ago. Need to revisit.
Thank you for the template, I had the same idea of renewing NYT via library automatically, but wasn't familiar with playwright. Have you had the issue with drag puzzle captcha? Do you have any solution? Even though I manually dragged puzzle, it still think I'm a bot in the end.
I want to build the same process for WSJ and other publications. But the bot detection is blocking my efforts.
The text was updated successfully, but these errors were encountered: