Antriksh
Results
2
comments of
Antriksh
and one I edited the code to ```js const cloudscraper = require("cloudscraper").defaults({ onCaptcha });; const test = () => { cloudscraper.get("https://animedao.com") .catch(err => console.log(err)); }; test(); ``` I started getting...
> @akchaudhary6532 for me that site works perfectly fine with cloudscraper. Could you share html of the body of the error? `.catch(err => console.log(err.response.body));` thanks for the fast reply, here...