Looks like the next opts dont work anymore:
they show just a { data: '' }
code :
const pornhub = require("pornnhub");
const url = "https://www.pornhub.com/view_video.php?viewkey=ph56fc59c124c0c";
pornhub(url, "low").then(res => {
console.log(res);
//output: { data: '' }
});
Looks like the next opts dont work anymore:
they show just a
{ data: '' }code :