sayem314 / hooman

http interceptor to hoomanize cloudflare requests

Home Page:https://www.npmjs.com/package/hooman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudflare seem to change their technology

tambdc-self opened this issue · comments

Describe the bug

  • Hooman version: 1.2.5
  • Node.js version: 12.17.0
  • OS & version:win10

Be able to require web page (http://www.javlibrary.com/)

write here

get an error

write here

const Humanoid = require("@subns/humanoid-js");

let humanoid = new Humanoid();
humanoid.get("http://www.javlibrary.com/")
.then(res => {
console.log(res.body) // ...
})
.catch(err => {
console.error(err)
})

Checklist

  • [ X ] I have tried my code with the latest version of Node.js and hooman.

Why are you using hooman with new operator? Hooman is not a constructor. BTW the mentioned site worked fine for me.