codemanki / cloudscraper

--DEPRECATED -- 🛑 🛑 Node.js library to bypass cloudflare's anti-ddos page
MIT License
599 stars 139 forks source link

'&' -> '&' problem #319

Closed junfengP closed 4 years ago

junfengP commented 4 years ago

Please attempt to answer the following questions before submitting a new issue:

Please share a minimal working code snippet that reproduces the problem.

Code snippet ```js const uid = 'siccalol'; const link = `http://www.javlibrary.com/cn/userowned.php?list&u=${uid}`; const response = await cloudscraper.get(link); ```
KostyaChoporov commented 4 years ago

I also met the same issue on another website. Cloudflare adds & instead of & in the form action

codemanki commented 4 years ago

Should be fixed in 4.6.0. Please update and try again