porn-hub icon indicating copy to clipboard operation
porn-hub copied to clipboard

is outdated?

Open A6Hz opened this issue 4 years ago • 4 comments

Looks like the next opts dont work anymore:

  • low
  • medium
  • high

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: '' }
});

A6Hz avatar Jun 12 '20 12:06 A6Hz