pornnhub
v1.0.0
Published
Horny Porny Corny
Downloads
70
Maintainers
Readme
Install
$ npm install --save pornnhub
Usage
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' }
});
API
pornhub(url, opts)
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
|
Related
phub
:
PornHub Informer
License
MIT - Copyright © Rishi Giri