$ npm install --save pornnhub
const pornhub = require('pornnhub');
const url = 'https://www.pornhub.com/view_video.php?viewkey=ph56fc59c124c0c';
pornhub(url, 'title').then(res => {
console.log(res);
// => { data: 'Hot kissing scene' }
});
pornhub(url, 'views').then(res => {
console.log(res);
// => { data: '615,031' }
});
pornhub(url, 'low').then(res => {
console.log(res);
// => { data: 'https://cv.phncdn.com/videos/201603/30/../240P_400K_72472822.mp4?a5c..3d8' }
});
typeof
url
- string
tyepof
opt
- string
opts |
get |
---|---|
title |
title of the porn |
views |
total views on a video |
percent |
popularity percentage |
upvotes |
total upvotes on a video |
downvotes |
total downvotes on a video |
provider |
video uploaded by |
low |
240px downloadable url |
medium |
480px downloadable url |
high |
720px downloadable url |
phub
:
PornHub Informer
MIT - Copyright © Rishi Giri